summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix one RFC 959 incompliance:yar2002-07-221-3/+30
* Copy cis strings into the kernel.imp2002-07-222-9/+15
* Copy manufacturer and version string into the kernel, and copy it toimp2002-07-223-2/+10
* Don't allow "||" or "&&" to be the first tokens of a command.tjr2002-07-221-0/+1
* Correct syntax error, remove the unescaped newline between "||" and thetjr2002-07-221-4/+2
* Teach discretionary access control methods for files about VAPPENDrwatson2002-07-224-43/+43
* Add VALLPERM, which is a mask of all the access control request permissionrwatson2002-07-221-0/+1
* Sort vnode access mode flags.rwatson2002-07-221-6/+8
* Move lock in pcm_chn_add() to after malloc.orion2002-07-221-3/+2
* Move 'em' from files.i386 to files so that it is within reach of thepeter2002-07-222-2/+2
* No more NO_WERROR for the kernel. It's still possible though, butpeter2002-07-221-1/+1
* The transition time for -Werror has been gone for a while. We are nowpeter2002-07-221-5/+0
* Make this compile.peter2002-07-221-0/+8
* Remove bktr.h/NBKTR. Set BKTR_FREEBSD_MODULE in opt_bktr.h instead.peter2002-07-221-5/+3
* Remove stray function prototype. I wrote and removed this function butpeter2002-07-211-1/+0
* Add units to card, wdc, wcd, wst and wfdpeter2002-07-211-5/+5
* Add unit counts for the i4b stuff where it still uses NFOO etc.peter2002-07-211-13/+13
* Add unit count to 'card'peter2002-07-211-1/+1
* pci/cy_pci.c is still MD, it needs i386/isa/cy.c for the core.peter2002-07-213-1/+2
* Add static unit count to pcipeter2002-07-211-1/+1
* Add static unit count for 'card'peter2002-07-211-1/+1
* Add static unit count for pci here as well.peter2002-07-212-2/+2
* Add explicit unit count on 'device pci' for ahc/ahdpeter2002-07-219-9/+9
* Check for missing static unit 'count' declarations as well.peter2002-07-211-7/+13
* The following devices do not take a static unit 'count' argument:peter2002-07-212-8/+8
* Check that we are not supplying 'device foo N' to devices that do not takepeter2002-07-211-2/+27
* Change bktr and smbus from 'count' back to 'optional'peter2002-07-211-2/+2
* Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile withoutpeter2002-07-212-3/+6
* Moved `clean:' below, just before the inclusion of bsd.obj.mk,ru2002-07-211-36/+36
* o Lock page queue accesses by vm_page_free() and vm_page_deactivate().alc2002-07-211-0/+12
* Fixed improper SCRIPTS assignment that broke `clean'.ru2002-07-211-1/+1
* o Lock page queue accesses by vm_page_free().alc2002-07-211-0/+2
* Remove duplicated '__BEGIN_DECLS' which obviated compilingrobert2002-07-211-1/+0
* o Lock page queue accesses in nfs_getpages().alc2002-07-211-1/+7
* be able to configure to run an IPv6 routing daemon even onume2002-07-211-1/+0
* o Lock page queue accesses by vm_page_free().alc2002-07-212-0/+4
* Add uaudio -- a USB audio device driver.nsayer2002-07-217-1/+3732
* Fix broken handbook links.wosch2002-07-211-2/+2
* Save flags returned by vn_open and use them when calling vn_close.johan2002-07-211-6/+11
* Only use one %s when there is only one argument to print.johan2002-07-211-1/+1
* Correct wrong grammar from previous commit. Note that fingerd is not limitedcharnier2002-07-211-5/+10
* Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc,charnier2002-07-2114-209/+244
* s/A last utility last appeared/A last utility appeared/ (horikawa).charnier2002-07-211-4/+8
* Allow deleting and renaming stale symlinks andyar2002-07-211-2/+2
* Do not pass a thread with the state TDS_RUNQ to setrunqueue(), otherwisetanimura2002-07-211-1/+4
* Implement the P1003.2 `command' builtin command, which is used to suppresstjr2002-07-214-4/+78
* style(9)ize the whole fileimp2002-07-213-1422/+1476
* Fix more abuse of __FreeBSD__ to detect version.imp2002-07-211-63/+0
* Stop abusing NPCI for code that doesn't even work. Emit a warning.peter2002-07-211-5/+1
* Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of statpeter2002-07-217-29/+21
OpenPOWER on IntegriCloud