summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid passing negative values to isspace() on systems with signed chars.tjr2004-07-151-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-1559-20/+101
* Respect locale settings from the environment.tjr2004-07-152-0/+6
* Cleanup shutdown output.alfred2004-07-152-7/+4
* A couple of grammar fixes in the bktr options section.roam2004-07-151-4/+4
* Fix 'camcontrol rescan' syntax and use the proper indentation forroam2004-07-151-2/+2
* Don't pass negative values into <ctype.h> functions on machinestjr2004-07-151-3/+3
* Print size_t with %zu, not %d.tjr2004-07-151-1/+1
* Respect locale settings from the environment.tjr2004-07-151-0/+3
* Add incorrect multibyte character handling to the already long listtjr2004-07-151-1/+3
* Use freopen() instead of a nasty hack.tjr2004-07-151-2/+1
* Document incorrect handling of multibyte characters.tjr2004-07-151-1/+5
* Ensure that suffix matches occur on character boundaries.tjr2004-07-151-4/+32
* Document line length and multibyte character limitations.tjr2004-07-151-1/+4
* Remove Walnut Creek CDROM script that Jordan wrote in the 90s.murray2004-07-152-44/+0
* Use err() instead of perror(), exit().tjr2004-07-151-1/+1
* Remove some serious foot-shooting potential from the release Makefile. Forjhb2004-07-151-3/+13
* Use warn() instead of perror().tjr2004-07-151-1/+1
* Add libthread_db assisted debugging support module.davidxu2004-07-151-0/+1095
* Use warn() instead of perror().tjr2004-07-152-4/+5
* Tidy up system shutdown.alfred2004-07-152-6/+24
* type prgregset_t really should be an array. this is odd, however, otherdavidxu2004-07-151-1/+1
* Disable SIGIO for now, leave a comment as to why it's busted and hardalfred2004-07-151-0/+20
OpenPOWER on IntegriCloud