]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-02-25 Bruce EvansFixed namespace pollution in rev.1.74. Implementation...
2004-02-25 Bruce EvansDon't use the negatively-opaque type uma_zone_t or...
2004-02-25 Andrey A. ChernovChange warning hint to be more useful
2004-02-25 Søren SchmidtAdd support for the sii3512 SATA chip.
2004-02-25 Bruce EvansFixed some insertion sort errors.
2004-02-25 Bruce EvansFixed some style bugs in previous commit (unsorting...
2004-02-25 Jeffrey HsuRelax a KASSERT condition to allow for a valid corner...
2004-02-25 Scott LongRevert the last commit. I don't know what I was thinki...
2004-02-25 Robert WatsonAdd an 'add' command to ugidfw(8), which permits specif...
2004-02-25 Robert WatsonAdd bsde_add_rule(), which is similar to bsde_set_rule...
2004-02-25 Andrey A. ChernovBack out getopt* adding here per maintainer request
2004-02-25 Andrey A. ChernovAdd upgrade instructions
2004-02-25 Andrey A. ChernovAdd "posix" subdir to "gnu"
2004-02-25 Andrey A. ChernovUpgrade to regex from grep 2.4.2
2004-02-25 Andrey A. ChernovMerge conflicts
2004-02-25 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2004-02-25 Andrey A. ChernovVirgin import (trimmed) of GNU regex, from GNU grep...
2004-02-25 Andrey A. ChernovBump FreeBSD_version for getopt_long_only() adding
2004-02-25 Peter GrehanNo reason to disable this test on powerpc.
2004-02-25 Peter GrehanUse signed char cast to avoid out-of-range error on...
2004-02-25 Noriaki Mitsunagao Use `I-O DATA' instead of `IO DATA' as the vendor...
2004-02-24 Poul-Henning... Add DDB_NUMSYM option which in addition to the symbolic...
2004-02-24 Poul-Henning... Unconst. Somebody didn't compile LINT.
2004-02-24 John Baldwin- Clarify ambiguous statement about not being able...
2004-02-24 Ceri DaviesHave edquota honour MAXLOGNAME rather than hardcoding...
2004-02-24 Johan Karlssonstyle.Makefile(5):
2004-02-24 Johan Karlssonstyle.Makefile(5):
2004-02-24 Dag-Erling... Whitespace cleanup
2004-02-24 Johan Karlssonstyle.Makefile(5):
2004-02-24 Colin PercivalCheck that a pointer is non-NULL before dereferencing...
2004-02-24 Andre OppermannNote change of sizeof(struct tcpcb) and libkvm recompile.
2004-02-24 Hajimu UMEMOTOin icmp6_mtudisc_update(), use ND link mtu to detect...
2004-02-24 Andre OppermannConvert the tcp segment reassembly queue to UMA and...
2004-02-24 Christian BruefferWordsmithing
2004-02-24 Poul-Henning... Do not attempt to open NODEV
2004-02-24 Andrey A. ChernovAdd getopt_long_only()
2004-02-24 Andrey A. ChernovAdd getopt_long_only() from OpenBSD and other OpenBSD...
2004-02-24 Bruce EvansDon't set d_flags twice. The second setting clobbered...
2004-02-24 Bruce EvansFixed the latest unsortings of CPU_ENABLE_*.
2004-02-24 Bruce EvansFixed missing libraries. This unbreaks the -DNO_DYNAMI...
2004-02-24 Colin PercivalSend birthday presents to Wadham College, Oxford. :)
2004-02-24 Colin PercivalFix array overflow: If len=128, don't access [16] of...
2004-02-23 Noriaki MitsunagaPAO's work has been merged into FreeBSD not removed.
2004-02-23 Poul-Henning... Fix typo.
2004-02-23 Christian BruefferFix typo
2004-02-23 Brian FeldmanApply style(9).
2004-02-23 Markus BruefferAdd my birthday.
2004-02-23 Johan Karlssonstyle.Makefile(5):
2004-02-23 Roman KurakinAdd support for Cronyx-Tau. For now I added only Tau...
2004-02-23 Johan Karlssonstyle.Makefile:
2004-02-23 Pawel Jakub... Connect gconcat(8) to the build.
2004-02-23 Pawel Jakub... - Connect manual page for gconcat utility to the build.
2004-02-23 Johan Karlssonstyle.Makefile:
2004-02-23 Pawel Jakub... Connect geom_concat.ko module to the build.
2004-02-23 Joe Marcus... Add ports-net-mgmt to the relevant supfiles.
2004-02-23 Kirk McKusickA more accurate test in the new ufs_lock than that...
2004-02-23 Maksim YevmenkinTeach rfcomm_pppd(8) how to register Bluetooth LAN...
2004-02-23 John BaldwinFix a problem with the USB keyboard driver not properly...
2004-02-23 Maxim SobolevAdd missed CPU_ENABLE_LONGRON.
2004-02-23 Josef El-RayesAdd signal numbers to signal(3).
2004-02-23 Pawel Jakub... Added manual page for gconcat utility.
2004-02-23 Dag-Erling... Typo.
2004-02-23 Poul-Henning... Fix vinums cdevsw{} to initialize d_version.
2004-02-23 Poul-Henning... Fix two oversights here: don't trash the freelist...
2004-02-23 Andrey A. ChernovIn the comment tell about optreset extension for NetBSD...
2004-02-23 Kirk McKusickIn the function clear_inodedeps(), a FREE_LOCK() should...
2004-02-23 Kirk McKusickChange UFS from using vop_stdlock to using its own...
2004-02-23 Andrey A. ChernovAdd optarg, optind, opterr, optopt, optreset to SYNOPSYS
2004-02-23 Andrey A. ChernovAdd optreset to getopt.h too since NetBSD getopt_long...
2004-02-23 Andrey A. ChernovTry to better mimic GNU getopt.h which does not assume...
2004-02-23 Andrey A. ChernovFix comment: GNU getopt.h to which this header tries...
2004-02-23 Andrey A. ChernovPOSIX clearly states that getsubopt() should be declare...
2004-02-23 Andrey A. ChernovRemove unneccessary <unistd.h>
2004-02-23 Robert WatsonLimit the amount of memory userspace processes can...
2004-02-23 Andrey A. ChernovPOSIX clearly states that getsubopt() should be declare...
2004-02-23 Alan Cox - Substitute bdone() and bwait() from vfs_bio.c for
2004-02-23 Tim J. RobbinsFix comment containing vop_readdir_args contents: a_coo...
2004-02-23 Tim J. Robbinscookies is an array of u_long, not u_int, so MALLOC...
2004-02-22 Brian FeldmanCorrect some major SMP-harmful problems in the pipe...
2004-02-22 Warner LoshYe/PCI is supported by cy driver, so we don't need...
2004-02-22 Warner LoshAdd a note about cdevsw changes.
2004-02-22 Daniel EischenUpdate man page to reflect additional flag to allow...
2004-02-22 Daniel EischenAllow the -H option to show threads when selecting...
2004-02-22 Daniel EischenTeach kvm_getprocs() to recognize a sysctl flag for...
2004-02-22 Daniel EischenAdd sysctls to allow showing threads for pgrp, tty...
2004-02-22 Dag-Erling... Fix some cosmetic issues in warning and error messages.
2004-02-22 Maxime HenrionUnbreak after the change to use vm_paddr_t. Since...
2004-02-22 Pawel Jakub... Reimplement sysctls handling by MAC framework.
2004-02-22 Colin PercivalReport login attempts to syslog. Due to the statically...
2004-02-22 Colin PercivalCheck that amrd_sc is non-NULL before dereferencing...
2004-02-22 Colin PercivalCheck that twed_sc is non-NULL before dereferencing...
2004-02-22 Colin PercivalDon't free k_cfg until we're finished using it -- rever...
2004-02-22 Colin PercivalDon't free meo until we're finished using it.
2004-02-22 Jim Reesprotect new cdevsw entries with "#if (__FreeBSD_version...
2004-02-22 Gregory Neil... sendmail 8.12.11 has been MFC'ed to RELENG_4
2004-02-22 Alan CoxCorrect a long-standing race condition in vm_object_pag...
2004-02-22 Peter WemmChange the syscall stub branch orders so that the stati...
2004-02-22 Marcel MoolenaarDo not pre-map the I/O port space. On the Intel Tiger...
2004-02-22 Colin PercivalIf mountnfs returns an error, it will have already...
2004-02-22 Colin PercivalCheck that periph is non-NULL before dereferencing it.
next