summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Minor style(9) changes.mdodd2002-10-042-18/+32
* | Remove duplicate calls to make_dev().mdodd2002-10-042-8/+0
* | Gah, spell extern correctly. Do not trust cut/paste via old mozillapeter2002-10-041-2/+2
* | List the IO SAPIC delivery mode definitions.peter2002-10-042-1/+8
* | Add some unspeakable hackery to the tree under #ifdef __ia64__ to workpeter2002-10-042-0/+28
* | Declare itc_frequency and itm_reload.peter2002-10-041-0/+3
* | Clean up ddb warnings/errors and enable in GENERICgrehan2002-10-048-57/+59
* | - fix zero-sized stack alloc from previous commit. a default is nowgrehan2002-10-043-30/+294
* | Do a bit of rude hackery to get clock interrupts on all CPUs. Thispeter2002-10-044-11/+44
* | Oops, missed this one. Fix a printf format error on 64 bit systemspeter2002-10-041-2/+2
* | Fix printf format errors on 64 bit systems where sizes are longpeter2002-10-041-2/+4
* | Display the name of the acpi node that we do not find the pci interruptpeter2002-10-041-2/+3
* | EFI GPT partitions use 'p' as a slice seperator. eg: da0p1 or da0p217.peter2002-10-041-1/+1
* | Make the man page for utmp/lastlog match the actual definitions.peter2002-10-041-2/+2
* | Drop login.c and logwtmp.c from the library build. None of the appspeter2002-10-041-1/+1
* | Update stubs for post-kseIII.peter2002-10-041-18/+1
* | Update for post-kseIIIpeter2002-10-041-1/+1
* | Correct a problem wherein NFS servers running NFSv2 would not returnrwatson2002-10-031-3/+2
* | Fix all whitespace style bugs where spaces have been usedschweikh2002-10-031-15/+15
* | Move swblk_t from sys/types.h to sys/dmap.h, the only include that usespeter2002-10-032-1/+2
* | Fix style problems in the quirk entry section.ken2002-10-031-4/+6
* | Add stpcpy(3).obrien2002-10-031-0/+1
* | Add stpcpy(3).obrien2002-10-034-2/+73
* | Actually implement gzip's -c option. minigzip now also doublesjohan2002-10-032-7/+43
* | Fix various style(9) bugs:mike2002-10-032-18/+18
* | Cope with a GCC bug by using an alternative, but equivalent functionmike2002-10-031-1/+6
* | Allocate 64K recieve buffer for DNS responses.ume2002-10-032-26/+50
* | Oops, the previous version was a last minute test version with off_tbde2002-10-031-1/+1
* | Connected boot2.nyan2002-10-031-1/+1
* | Added some header files from -stable and fixed the boot[12] programs.nyan2002-10-038-7/+1077
* | Use a non-bogus type for representing the values of offsets in structs.bde2002-10-031-1/+1
* | Fix some twelve hour clock braindamage. The range for hours is 0-23 not 1-12.fanf2002-10-031-1/+1
* | Improve three instances of questionable or confusing grammar.tjr2002-10-031-5/+8
* | Add an example.tjr2002-10-031-1/+22
* | Updated text for the MAC framework, UFS2.rwatson2002-10-032-12/+42
* | Document towlower() and towupper() in separate manual pages instead oftjr2002-10-033-24/+89
* | Point out that although toupper() and tolower() really accept rune_t'stjr2002-10-032-4/+28
* | HTTP authentication got broken in rev. 1.49.ru2002-10-031-4/+4
* | towlower() appeared twice in the synopsis; one of the occurrences shouldtjr2002-10-031-3/+3
* | Add an Examples section with an example of how to use the functions.tjr2002-10-033-3/+54
* | Static'ify a variable.alfred2002-10-032-2/+2
* | Add missing const qualifier in tfind().mike2002-10-032-2/+2
* | Fix various style(9) bugs:mike2002-10-031-12/+16
* | Remove namespace pollution by not including <sys/types.h> andmike2002-10-031-3/+6
* | Correct an indentation.anholt2002-10-032-2/+2
* | hashinit() calls MALLOC(), so release the filedesc lock in knote_attach()truckman2002-10-031-4/+16
* | In lieu of a good way to prevent every possible looping in make(1), stopjmallett2002-10-031-0/+21
* | XXX Add a check for p->p_limit being NULL before dereferencing it. This isjmallett2002-10-031-1/+6
* | In an SMP environment post-Giant it is no longer safe to blindlytruckman2002-10-0311-20/+27
* | set ke_bound to NULL when kse owner thread becomes runnable.davidxu2002-10-031-0/+1
OpenPOWER on IntegriCloud