]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-10-04 Poul-Henning... Unhook the SCSI CD driver from the disk "mini-layer...
2002-10-04 Bruce EvansUse the -mno-align-long-strings on i386's to debloat...
2002-10-04 Robert DrehmelCorrect the regressive part of my last commit to these...
2002-10-04 Poul-Henning... Ok, concensus was to install libexpat under a "private...
2002-10-04 Poul-Henning... Properly isolate the locking domains of sysctl from...
2002-10-04 Poul-Henning... Implement the "kern.disks" sysctl in GEOM.
2002-10-04 Poul-Henning... Properly conditionalize a debugging printf.
2002-10-04 Poul-Henning... Add the new function "sbuf_done()" which returns non...
2002-10-04 Matthew N.... Remove duplicate make_dev() calls.
2002-10-04 Matthew N.... Turn on the mcd(4) module.
2002-10-04 Matthew N.... newbus & bus_space the mcd(4) driver.
2002-10-04 Scott LongAlas, poor matcd, I knew ye well.
2002-10-04 Tim J. RobbinsAdd a placeholder implementation of wcscoll() and wcsxf...
2002-10-04 Garrett WollmanYesterday, FreeBSD-current ate my disklabel.
2002-10-04 Matthew N.... Minor style(9) changes.
2002-10-04 Matthew N.... Remove duplicate calls to make_dev().
2002-10-04 Peter WemmGah, spell extern correctly. Do not trust cut/paste...
2002-10-04 Peter WemmList the IO SAPIC delivery mode definitions.
2002-10-04 Peter WemmAdd some unspeakable hackery to the tree under #ifdef...
2002-10-04 Peter WemmDeclare itc_frequency and itm_reload.
2002-10-04 Peter GrehanClean up ddb warnings/errors and enable in GENERIC
2002-10-04 Peter Grehan- fix zero-sized stack alloc from previous commit....
2002-10-04 Peter WemmDo a bit of rude hackery to get clock interrupts on...
2002-10-04 Peter WemmOops, missed this one. Fix a printf format error on...
2002-10-04 Peter WemmFix printf format errors on 64 bit systems where sizes...
2002-10-04 Peter WemmDisplay the name of the acpi node that we do not find...
2002-10-04 Peter WemmEFI GPT partitions use 'p' as a slice seperator. eg...
2002-10-04 Peter WemmMake the man page for utmp/lastlog match the actual...
2002-10-04 Peter WemmDrop login.c and logwtmp.c from the library build....
2002-10-04 Peter WemmUpdate stubs for post-kseIII.
2002-10-04 Peter WemmUpdate for post-kseIII
2002-10-03 Robert WatsonCorrect a problem wherein NFS servers running NFSv2...
2002-10-03 Jens SchweikhardtFix all whitespace style bugs where spaces have been...
2002-10-03 Peter WemmMove swblk_t from sys/types.h to sys/dmap.h, the only...
2002-10-03 Kenneth D.... Fix style problems in the quirk entry section.
2002-10-03 David E. O... Add stpcpy(3).
2002-10-03 David E. O... Add stpcpy(3).
2002-10-03 Johan KarlssonActually implement gzip's -c option. minigzip now also...
2002-10-03 Mike BarcroftFix various style(9) bugs:
2002-10-03 Mike BarcroftCope with a GCC bug by using an alternative, but equiva...
2002-10-03 Hajimu UMEMOTOAllocate 64K recieve buffer for DNS responses.
2002-10-03 Bruce EvansOops, the previous version was a last minute test versi...
2002-10-03 Yoshihiro TakahashiConnected boot2.
2002-10-03 Yoshihiro TakahashiAdded some header files from -stable and fixed the...
2002-10-03 Bruce EvansUse a non-bogus type for representing the values of...
2002-10-03 Tony FinchFix some twelve hour clock braindamage. The range for...
2002-10-03 Tim J. RobbinsImprove three instances of questionable or confusing...
2002-10-03 Tim J. RobbinsAdd an example.
2002-10-03 Robert WatsonUpdated text for the MAC framework, UFS2.
2002-10-03 Tim J. RobbinsDocument towlower() and towupper() in separate manual...
2002-10-03 Tim J. RobbinsPoint out that although toupper() and tolower() really...
2002-10-03 Ruslan ErmilovHTTP authentication got broken in rev. 1.49.
2002-10-03 Tim J. Robbinstowlower() appeared twice in the synopsis; one of the...
2002-10-03 Tim J. RobbinsAdd an Examples section with an example of how to use...
2002-10-03 Alfred PerlsteinStatic'ify a variable.
2002-10-03 Mike BarcroftAdd missing const qualifier in tfind().
2002-10-03 Mike BarcroftFix various style(9) bugs:
2002-10-03 Mike BarcroftRemove namespace pollution by not including <sys/types...
2002-10-03 Eric AnholtCorrect an indentation.
2002-10-03 Don Lewishashinit() calls MALLOC(), so release the filedesc...
2002-10-03 Juli MallettIn lieu of a good way to prevent every possible looping...
2002-10-03 Juli MallettXXX Add a check for p->p_limit being NULL before derefe...
2002-10-03 Don LewisIn an SMP environment post-Giant it is no longer safe...
2002-10-03 David Xuset ke_bound to NULL when kse owner thread becomes...
2002-10-02 Mike BarcroftFix various style(9) bugs:
2002-10-02 Julian ElischerWhitespace fix only
2002-10-02 Poul-Henning... Fix rare and probably inconsequential memory leak.
2002-10-02 John BaldwinCatch up to SMTX -> SLOCK changes.
2002-10-02 John BaldwinRename the mutex thread and process states to use a...
2002-10-02 Poul-Henning... Fix a probably rare and inconsequential memory leak.
2002-10-02 Mike BarcroftHook rpc.rstatd back up to the build now that it compiles.
2002-10-02 Mike BarcroftRename local function havedisk() to haveadisk() to...
2002-10-02 Juli MallettAccess td->td_kse inside sched_lock.
2002-10-02 Archie CobbsAdd a man page for the KSE system calls.
2002-10-02 Mitsuru IWASAKIAdd 2 Ids for new ServerWorks host to PCI bridge chipset.
2002-10-02 Archie Cobbs-Wall'ify (mostly).
2002-10-02 Archie CobbsLet kse_wakeup() take a KSE mailbox pointer argument.
2002-10-02 Juli MallettDe-obfuscate local use of members of 'struct thread...
2002-10-02 John BaldwinUnhook rpc.rstatd from the build until it actually...
2002-10-02 Juli MallettCode that has been #if0'd with the comment "WHY" since...
2002-10-02 Juli MallettRemove 6-years-stale #if0, the behaviour isn't ever...
2002-10-02 Andrew GallatinMFi386: fork1 apparently takes 4 args now
2002-10-02 Tim J. RobbinsAdd an example showing how to use wcstok(). Fix orderin...
2002-10-02 Poul-Henning... PC98 is not a true architecture, but a subarchitecture...
2002-10-02 Peter PentchevTeach ncal(1) about month names specified on the comman...
2002-10-02 Robert DrehmelAdd the 'restrict' type qualifier to the prototypes...
2002-10-02 Tim J. RobbinsUse %d in a printf() format string and cast the argumen...
2002-10-02 Maxim SobolevSince bpf is no longer an optional component, remove...
2002-10-02 Poul-Henning... Absorb <sys/bus_private.h> into kern/subr_bus.c to...
2002-10-02 Poul-Henning... Mark two places where an unsigned number is checked...
2002-10-02 Poul-Henning... Fix mis-indentation.
2002-10-02 Poul-Henning... #include the right thing for PC98
2002-10-02 Maxim SobolevFurther improve --fast-read mode - when reading archive...
2002-10-02 Mike Barcroftstyle(9):
2002-10-02 Poul-Henning... Move GEOM's sysctls under kern.geom.
2002-10-02 Mike BarcroftAdd restrict type-qualifier.
2002-10-02 Poul-Henning... Put some failing ioctl related printfs under a suitable...
2002-10-02 Mike Barcrofto Add typedef for size_t.
2002-10-02 Mike BarcroftUse standards visibility conditionals to conditionalize...
2002-10-02 Scott LongSome kernel threads try to do significant work, and...
next