]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-03-30 Ken SmithAdd two most recent Security Advisories to errata.
2004-03-30 Jacques VidrineWhen a dynamic NSS module is built and linked against...
2004-03-30 Roman KurakinManual page for ng_sppp module.
2004-03-30 Dag-Erling... Bump date and remove trailing whitespace.
2004-03-30 Garance A DrosehnUse KERN_PROC_PROC instead of KERN_PROC_ALL on the...
2004-03-30 Dag-Erling... Document ntpdate_hosts.
2004-03-30 Dag-Erling... Remove the POSIX and en_US.US-ASCII links after ache...
2004-03-30 Benno RiceReplace td2 with td on the assumption that this was...
2004-03-30 Yoshihiro TakahashiMFi386: WARNS=4 clean.
2004-03-30 David MaloneBuild OpenSSL so that it extects that is may be used...
2004-03-30 Ruslan ErmilovThe VLAN TCI field should be operated in network byte...
2004-03-30 Tim J. RobbinsAdd cross-references to isideogram(3), isphonogram...
2004-03-30 Alan CoxWhite space and wording changes to init_param3().
2004-03-30 Ruslan ErmilovSync manpage's synopsis with usage().
2004-03-30 Nate LawsonDisable serialize_methods and enable _OSI support by...
2004-03-30 Tim J. RobbinsAdd basic manual pages for isideogram(), isphonogram...
2004-03-30 Tim J. RobbinsTrim cross-references.
2004-03-30 Tim J. RobbinsDocument the isnumber() and ishexnumber() functions...
2004-03-30 Bruce EvansFixed a style bug in previous commit (misformatted...
2004-03-30 Jun KuriyamaDown to WARNS=2 for a while.
2004-03-30 Scott LongCatch all cases where bread() returns an error and...
2004-03-30 Garance A DrosehnSwitch to using strtoul() for parsing a potential UID...
2004-03-30 Vinod KashyapInitial check-in of the device driver for 3ware's 9000...
2004-03-30 Robert WatsonPrefer NULL to 0 when testing and assigning pointer...
2004-03-30 Garance A DrosehnBruce would really like the prototype for fmt() to...
2004-03-30 Garance A DrosehnMinor style fixes, mostly adding indent-protection...
2004-03-30 Garance A DrosehnReplace pscomp() with a cleaner version, mostly written...
2004-03-30 Jun KuriyamaMake libdisk WARNS=4 clean.
2004-03-29 Peter WemmShorten some XXXKSE commentry
2004-03-29 Peter WemmKill some XXXKSE's. vnlru/syncer are single threaded.
2004-03-29 Peter WemmClean up the stub fake vnode locking implemenations...
2004-03-29 Robert WatsonAdd per-softc locking to if_tun:
2004-03-29 Tim J. RobbinsRemove duplicate MLINK.
2004-03-29 Robert DrehmelBring these files closer to style(9) conformance by...
2004-03-29 Warner LoshEliminate support for FreeBSD 3.x and earlier now that...
2004-03-29 Dag-Erling... Fix the case where $ntpdate_hosts was not specified...
2004-03-29 Hiten PandyaMdoc Police:
2004-03-29 Peter WemmFinish tidying up a couple of leftovers from the KSTACK...
2004-03-29 Pawel Jakub... Note that we can pass NULL as 4th argument for copystr...
2004-03-29 Robert WatsonLock down if_tun global variables using a new mutex...
2004-03-29 Doug RabsonIf we change obj_rtld.path after initialising __prognam...
2004-03-29 Robert WatsonUse a common return path for filt_soread() and filt_sow...
2004-03-29 Robert WatsonIn sofree(), moving caching of 'head' from 'so->so_head...
2004-03-29 Robert WatsonIf debug.mpsafenet, initialize UNIX domain socket timeo...
2004-03-29 Mike Makonneno Also check that the mutex type is not less than the...
2004-03-29 Mike MakonnenMake the minimum implementation of pthread_kill conform...
2004-03-29 Mike Makonneno Don't explicitly check the thread for NULL. That...
2004-03-29 Mike Makonneno If a thread is marked as detached AND on the dead...
2004-03-29 Yoshihiro TakahashiAdd a comment about time stamper.
2004-03-29 Mike MakonnenIf a condition variable is statically initialized don...
2004-03-29 Dag-Erling... This commit was generated by cvs2svn to compensate...
2004-03-29 Dag-Erling... Synch with NetBSD: avoid "unused parameter" warning.
2004-03-29 Tim J. RobbinsAdd directories under /usr/share/nls and /usr/local...
2004-03-29 Mike MakonnenThe thread suspend function now returns ETIMEDOUT,...
2004-03-29 Pawel Jakub... Make fingerd(8) WARNS2 clean.
2004-03-29 Tim J. RobbinsOops; remove ko_KR.eucKR/LC_MONETARY -> ko_KR.UTF-8...
2004-03-29 Mike Makonneno Remove more references to SIGTHR
2004-03-29 Garance A DrosehnOops. Remove some ';'s in #defines added by a previous...
2004-03-29 Robert WatsonConditionally acquire Giant when entering the sockets...
2004-03-29 Bruce M SimpsonMFi386: Use the BSD madvise() syscall implementation...
2004-03-29 Bill PaulAdd missing cprd_flags member to partial resource struc...
2004-03-29 Ken SmithMFi386: correctly calculate the top-of-stack when a...
2004-03-29 Robert WatsonConditionally acquire Giant when entering the socket...
2004-03-29 Tim J. RobbinsAdd a new LC_MONETARY data file for the ko_KR.UTF-8...
2004-03-29 Robert WatsonWhen validating that the length sum in recvit(), we...
2004-03-29 Tim J. RobbinsAdd a new LC_MONETARY data file for the ja_JP.UTF-8...
2004-03-29 Garance A DrosehnHave this source explicitly include <sys/proc.h>, since...
2004-03-29 Ken SmithMFi386: correctly calculate the top-of-stack when a...
2004-03-29 Garance A DrosehnSince "kp" is a pointer, I should be comparing against...
2004-03-29 Ken SmithRemove "-frename-registers" option for sparc64 kernel...
2004-03-29 Garance A DrosehnVarious style improvements, mostly in comments and...
2004-03-29 Robert WatsonModify BPF descriptor assertions to assert Giant when...
2004-03-29 Robert WatsonConditionally assert Giant in fputsock() based on the...
2004-03-29 Garance A DrosehnIn the routines I've been working on, sort the variable...
2004-03-29 Garance A DrosehnSplit two 'fmt' strings so they're easier to read on...
2004-03-29 Garance A DrosehnSort the declarations of global variables.
2004-03-28 Garance A DrosehnSort the routine prototypes.
2004-03-28 Robert WatsonInvert the logic of NET_LOCK_GIANT(), and remove the...
2004-03-28 Robert WatsonRegen from ibcs2_wait() becoming MPSAFE.
2004-03-28 Robert Watsonibcs2_wait() now MPSAFE.
2004-03-28 Bruce M SimpsonUse the BSD madvise() syscall implementation for Linux...
2004-03-28 Max LaierCommit two fixes from OpenBSD's stable branch:
2004-03-28 Poul-Henning... Tell fdisk(8) about our geometry.
2004-03-28 Marcel MoolenaarAdd a simple tool that prints out a register offset...
2004-03-28 Pawel Jakub... Remove unused argument.
2004-03-28 Mike MakonnenRemove the garbage collector thread. All resources...
2004-03-28 Yoshihiro TakahashiAdd PC98 supports.
2004-03-28 Yoshihiro Takahashi- Fix PC98 supports after importing auto selection...
2004-03-28 Yoshihiro TakahashiMFi386: revision 1.1136.
2004-03-28 Yoshihiro TakahashiMFi386: revision 1.586.
2004-03-28 Jens SchweikhardtFix a warning: compare u_long ps_strings to 0 instead...
2004-03-28 Alexander KabaevReset callout if in nfs_timeout and rpcclnt_timeout...
2004-03-28 Bruce EvansFixed s style bug in previous commit (tab lossage)...
2004-03-28 Garance A DrosehnIf <x> is a process id that does not exist, then just...
2004-03-28 Garance A DrosehnFix `-o rtprio' so it prints the correct value.
2004-03-27 Garance A DrosehnAdd a cross-reference to pkill(1), now that pkill is...
2004-03-27 Thomas MoestlThe compatibility specification property is named ...
2004-03-27 Garance A DrosehnIf a non-existent user is given as part of `-U userlist...
2004-03-27 Garance A DrosehnExplicitly wrap two long-ish linesi of code, to make...
2004-03-27 Garance A DrosehnChange the #if-ish logic which is used to add the ...
next