summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document the MSG_DONTWAIT flag.harti2004-07-161-1/+8
* Fix acpi_video loading. When we started cleaning up the duplicate handlesnjl2004-07-161-5/+4
* Add a SUSER_RUID flag to suser_cred. This flag indicates that we want tocperciva2004-07-162-3/+3
* After talking to Colin,mr2004-07-163-64/+70
* Include <string.h> to get memset and strcmp prototype.johan2004-07-162-1/+3
* Refer to the sysutils/cdrtools port now that the sysutils/mkisofs portkeramida2004-07-161-1/+4
* Sync the example of MODULES_OVERRIDE with the renamed sound drivers.tanimura2004-07-161-1/+1
* Rename snd_pcm as sound.tanimura2004-07-161-1/+1
* Update for struct cdevsw and dev_t -> struct cdev * changes, plus onetjr2004-07-162-7/+9
* Tweak the conditions under which certain gcc builtins are used:das2004-07-161-2/+2
* Add support for multibyte characters.tjr2004-07-161-4/+9
* ptrace's first parameter is command not pid. pointy hat to me.davidxu2004-07-161-2/+6
* Add a cross reference to fgetwln(3).tjr2004-07-161-0/+1
* Add fgetwln(), a wide character version of fgetln().tjr2004-07-164-2/+193
* Rename slbexpand() to __slbexpand() and make it available outsidetjr2004-07-162-4/+5
* Avoid passing negative values to <ctype.h> functions on machines withtjr2004-07-161-3/+3
* Document incorrect handling of multibyte characters.tjr2004-07-161-1/+3
* Update config.h to account for the prgregset_t and psaddr_t typesmarcel2004-07-165-10/+10
* Add the change of the sound drivers.tanimura2004-07-161-0/+5
* Rename the sound device drivers:tanimura2004-07-1636-156/+181
* Remove unused fields from the pmap.alc2004-07-162-4/+0
* As per discussions on current@, protect unsuspecting users frommarcel2004-07-161-2/+16
* Update Biba and MLS man pages to take into account recent renaming ofrwatson2004-07-162-12/+12
* Rename Biba and MLS _single label elements to _effective, which morerwatson2004-07-164-353/+353
* Clarify getfsstat(2) usage.alfred2004-07-161-1/+6
* When entering soclose(), assert that SS_NOFDREF is not already set.rwatson2004-07-161-0/+2
* Use qsort_r() instead of qsort() when sorting links by latencyglebius2004-07-161-20/+5
* Copy qsort_r(3) from libc to libkern.glebius2004-07-154-24/+52
* fix array index out of bounds in rpc->rc_srtt[], rpc->rc_sdrtt[]rees2004-07-151-3/+3
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-1532-49/+49
* MFNetBSD.le2004-07-151-6/+6
* Add security/freebsd-update back for non-ia64 releases. (The port iscperciva2004-07-151-0/+3
* Push down the acquisition and release of the page queues lock intoalc2004-07-1511-21/+42
* Add a few comments about ACPI probing.njl2004-07-151-4/+8
* Add fdc_acpi to module build, bump WARNS to 2.njl2004-07-151-2/+5
* Hook up fdc_acpi for the kernel build.njl2004-07-152-0/+2
* Clean up resources properly if attach fails. Always reset ISA drives onnjl2004-07-152-15/+31
* Re-work for fdc_acpi. Expose fdc_add_child() and move the staticnjl2004-07-152-27/+36
* Add an ACPI floppy drive attachment that probes via the _FDE and _FDInjl2004-07-151-0/+260
* Fix a typo in a comment.jhb2004-07-151-1/+1
* Update the interface for child drivers. Add acpi_scan_children, whichnjl2004-07-152-21/+146
* Move references to the recently removed worm directory.scottl2004-07-151-5/+2
* Move the fdc_alloc_resources function into the bus front end.nyan2004-07-154-412/+166
* Reenable nullfs for local links. The change from 'struct vfsconf'mbr2004-07-151-3/+3
* Document incorrect handling of multibyte characters.tjr2004-07-151-1/+5
* Avoid passing negative values to isdigit() on machines with signed chars.tjr2004-07-151-5/+5
* Fix ``set ifaddr''. The code was actually using an uninitialised variable,brian2004-07-151-1/+1
* Add a publisher variable with the URL for the FreeBSD Project, and putmurray2004-07-155-5/+12
* Avoid passing negative values to isspace() on machines with signed chars.tjr2004-07-151-1/+1
* Respect locale settings from the environment.tjr2004-07-151-0/+3
OpenPOWER on IntegriCloud