]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2001-09-23 yokota- Update pnp(4) to match the reality in -CURRENT.
2001-09-23 yokotaFix a comment line which wrongly states this man page...
2001-09-23 impWhile I am THE Warner Losh (I know of no others that...
2001-09-23 impFix grammar of the newest UPDATING entry. Also, minor...
2001-09-23 peterOverzealous search/replace: PROC_LOCK_ASSERT(p, not...
2001-09-23 alcImplement TCP/IP checksum off-loading on receive. ...
2001-09-23 mikehDon't add space after comma unless there was already...
2001-09-23 mikeNote that strdup(3) will set errno if memory allocation...
2001-09-23 obrienblah, remove debugging code that crept in with last...
2001-09-22 murraySilence more warnings.
2001-09-22 murraySilence warnings on alpha :
2001-09-22 murraySilence warnings.
2001-09-22 murraySilence warnings :
2001-09-22 jhbSince we no longer inline any debugging code in the...
2001-09-22 dfrAdd CONSPEED option.
2001-09-22 dfrDon't activate the ssc console unless we are running...
2001-09-22 dfrAdd implementations of readx() and writex().
2001-09-22 dfrAdd declaration of ia64_running_in_simulator().
2001-09-22 dfr* Turn off memory descriptor debugging - its served...
2001-09-22 dfrRemove a redundant stop.
2001-09-22 dfrTweak so I can use a serial console on ia64.
2001-09-22 dfrAdd EFI network support.
2001-09-22 dfr* Flesh out elf_exec and bootinfo.
2001-09-22 jedgarUpdate NFS_ROOT comments to reflect the NFSCLIENT option
2001-09-22 obrienAdd the 'h' flag to operate on symlinks rather than...
2001-09-22 dfrAdd getsecs() for the libstand network code.
2001-09-22 dfrAdd a twiddle meter when reading from files. Gives...
2001-09-22 dfrFix a whole bunch of dependancy bugs and make it actual...
2001-09-22 dfrFix byte swapping - it was totally broken.
2001-09-22 murrayAdd a function to free all of sysinstall's internal...
2001-09-22 murray Use the isDebug() function rather than making up...
2001-09-22 phkGive the pps driver an additional 8 inputs if we can...
2001-09-22 asmodaiRemove IFCAP_HWCSUM, it is merely a luxury #define...
2001-09-22 asmodaiCommit descriptions for the interface capabilities...
2001-09-22 cjcFixing a bug that causes very short uptimes (less than...
2001-09-22 ruDocument COMPAT4X.
2001-09-22 ruReset ``schg'' flag before removing stale libs.
2001-09-22 scottlNote in the BUGS section that the driver will not work...
2001-09-22 rwatsono vpaccess() -> vn_access() -- Peter reminds me that...
2001-09-21 jhbUse __FILE__ and __LINE__ explicitly since we know...
2001-09-21 jhbFix statclock() on non-boot processors: curproc ->...
2001-09-21 rwatsono Update unistd.h with the prototype for the new eacces...
2001-09-21 jhbUse the passed in thread to selrecord() instead of...
2001-09-21 jhbUse the passed in thread to selrecord() instead of...
2001-09-21 jhbUse the passed in thread pointer instead of curthread...
2001-09-21 bmahNew release notes: KSE milestone 2, groups(1) and...
2001-09-21 bmahNew release notes: Load addresses of kernels exported...
2001-09-21 jhbThe P_SELECT flag was moved from p->p_flag to td->td_fl...
2001-09-21 jhbRemove unneeded proc variables and fix comments.
2001-09-21 rwatsono Modify access(2) man page to describe eaccess(2)...
2001-09-21 rwatsono Part two of eaccess(2) commit, rebuilt system call...
2001-09-21 rwatsono Introduce eaccess(2), a version of access(2) that...
2001-09-21 rwatsono Fix two eaccess() checks -- in one case, the wrong...
2001-09-21 bmahNew release notes: cvs(1) -T, cvs(1) diff -j.
2001-09-21 sobomaxIntroduce new syscons(4) kernel options:
2001-09-21 jhbRemove a bogus comment. "atomic" doesn't mean that...
2001-09-21 jhbGC some #if 0'd code.
2001-09-21 jhbWhitespace and spelling fixes.
2001-09-21 dillonoops, forgot to commit man page for cvs changes
2001-09-21 ruKeep up with sys/net/rtsock.c,v 1.58.
2001-09-21 bmahNew release note: netstat -S.
2001-09-21 bmahMove pccard release note entries into their own sect3...
2001-09-21 ruFixed the bug that prevented communication with FTP...
2001-09-21 markm[ Very nasty nautical expletive removed ]
2001-09-21 ruReplace our stale-lib cleanup with a better one. ...
2001-09-21 ruOnly call kldxref(8) once, after installing all modules.
2001-09-21 dfrFix a warning and make sure we flush the cache after...
2001-09-21 dfrAdd ia64_fc().
2001-09-21 mrMake msgseg, msgssz (->msgmax) and msgmni TUNABLE.
2001-09-21 peterReplace my stale-lib cleanup with a better one. (less...
2001-09-21 peterPut on my peril-sensitive sunglasses. Remove any old...
2001-09-21 ruWhen bootstrapping (build-tools and cross-tools), avoid
2001-09-21 ruWARNS= -> WARNS?=
2001-09-21 rumdoc(7) police: markup nits.
2001-09-21 impFix, I think, The second slot problem with Cirrus Logic...
2001-09-21 peterAdd some comments about KVA_PAGES and a test.
2001-09-21 peterIntroduce a new option, KVA_SPACE, which can be used...
2001-09-21 jakeAdd kernbase symbol and use it instead of magic numbers...
2001-09-21 impNote world breakage and give workaround
2001-09-21 bmahRemove some repetitively redundant wording.
2001-09-21 wollmanCross-reference jot(1).
2001-09-21 wollmanCross-reference rs(1), the general array re-shaper...
2001-09-21 wollmanCross-reference between lam(1) and paste(1). Add a...
2001-09-21 peterAdd a pointer to kenv(1).
2001-09-21 jlemonRevert last commit. The same functionality can be...
2001-09-20 rwatsono Rename u_cansee() to cr_cansee(), making the name...
2001-09-20 jlemonAdd a sysctl MIB 'kern.env', that dumps the contents...
2001-09-20 rwatsono Regression test to check that appropriate parts of...
2001-09-20 wilkoxref bridge(4)
2001-09-20 dfrIf two @fptr relocations refer to the same symbol,...
2001-09-20 dfrDon't clear the single-step bit after a trap - leave...
2001-09-20 dfrThe second instruction in an MLX bundle is slot one...
2001-09-20 ruAdd ports/french and ports/ukrainian to the list of...
2001-09-20 mpAdd missing include file.
2001-09-20 mpDon't include NFS headers.
2001-09-20 sosOverhaul to minimize stack usage, in some places >2K...
2001-09-20 dfrTidy.
2001-09-20 luigiA bunch of minor changes to the code (see below) for...
2001-09-20 joeOn -current with devfs there is no MAKEDEV in /dev...
2001-09-20 joeRelocate the memory disk selection code to the same...
next