aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerDag-Erling Smørgrav2001-06-103-21/+34
* Move the first section up one page. The firmware bogusly uses the firstDoug Rabson2001-06-102-0/+2
* Remove a 'return' statement which I put in while I was trying to debugDoug Rabson2001-06-102-2/+0
* Fix a minor style bug in the last commit.Jesper Skriver2001-06-101-1/+1
* Make the default value of net.inet.ip.maxfragpackets andJesper Skriver2001-06-103-3/+6
* Explicitly initialize the reference count to 0. This silences a warningDag-Erling Smørgrav2001-06-101-1/+1
* Blah, not my day. This file needs <sys/mutex.h> now.Dag-Erling Smørgrav2001-06-101-0/+1
* Remember to unlock the process pfind() returns.Dag-Erling Smørgrav2001-06-101-1/+5
* Add missing #include of <sys/mutex.h>.Dag-Erling Smørgrav2001-06-103-0/+3
* Catch up with the change in sbuf_new's prototype.Dag-Erling Smørgrav2001-06-101-8/+8
* Move the files from i386/isa/ic/ to dev/ic/.Yoshihiro Takahashi2001-06-106-138/+8
* Added ESP98 specific register (merged from i386/isa/ic/esp.h).Yoshihiro Takahashi2001-06-101-0/+1
* Removed unneeded pc98 code (merged from i386/isa/ic/ns16550.h).Yoshihiro Takahashi2001-06-101-14/+0
* Bring in NetBSD code used in the PowerPC port.Benno Rice2001-06-1049-0/+17592
* Changes to sys/ includes to support PowerPC.Benno Rice2001-06-102-1/+4
* Document the PANIC_REBOOT_WAIT_TIME option.Dima Dorfman2001-06-102-4/+12
* Two fixes to the out-of-swap process termination code. First, start killingMatthew Dillon2001-06-093-3/+44
* fix RCS ID style nitDavid E. O'Brien2001-06-091-1/+1
* First approximation of an ia64 EFI loader. Not functional.Doug Rabson2001-06-0950-0/+8264
* Bump __FreeBSD_version to reflect machine/ioctl_fd.c moving to sys/fdcio.hBrian Somers2001-06-091-1/+1
* First stab at adding back in CL-PD6729 support.Warner Losh2001-06-091-1/+15
* Add PC9801-102 CBUS card to the list of plug and play devices. SomeWarner Losh2001-06-092-0/+4
* ID style nit.David E. O'Brien2001-06-091-1/+1
* Fix style of defines.David E. O'Brien2001-06-095-199/+199
* Style fix FreeBSD ID, and change continuation style slightly.David E. O'Brien2001-06-091-4/+3
* Go ahead and request 0x44000000 through 0xfffffff instead of justWarner Losh2001-06-081-1/+1
* Sync up to v 1.9 of NetBSD's db_trace.c to get access to theAndrew Gallatin2001-06-083-72/+328
* Catch up to csareg.h rev 1.3.Seigo Tanimura2001-06-081-4/+7
* Add support for yet another Promise ATA100 variantSøren Schmidt2001-06-082-8/+13
* The TI-1031 is more like the TI-113x chips rather than the 12xx orWarner Losh2001-06-081-2/+3
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timePeter Wemm2001-06-0814-33/+72
* enable vchan buildingCameron Grant2001-06-072-2/+2
* enable vchan compilationCameron Grant2001-06-071-1/+2
* lock sound device when adding/removing channelsCameron Grant2001-06-074-20/+102
* Quiet the READ_TOC errors that can appear on empty CDR's.Søren Schmidt2001-06-071-2/+2
* Move IPFilter into contrib.Jonathan Lemon2001-06-0720-0/+0
* Relocate IPFilter from sys/netinet to sys/contrib/ipfilter.Jonathan Lemon2001-06-077-10/+28
* Back out part of my previous commit. This was a last minute changePeter Wemm2001-06-0713-21/+21
* Call vn_close on the backing file vnode if ufs_extattr_enable failed toThomas Moestl2001-06-071-1/+4
* Fix an instance of NDINIT in the extattrctl syscall: LOCKLEAF was or'edThomas Moestl2001-06-062-2/+2
* Add PnP IDs for AHA-1530 and AHA-1520 cards.Warner Losh2001-06-061-1/+7
* Make the TUNABLE_*() macros look and behave more consistantly like thePeter Wemm2001-06-0614-72/+80
* - Remember to set the 'extsts enable' bit in the CFG register to enable theBill Paul2001-06-062-16/+16
* We don't need to hold a lock just to test a flag.John Baldwin2001-06-061-5/+1
* Activate the kthread mechanism for doing usb bus discovery. This meansPeter Wemm2001-06-062-49/+48
* Style fixes from SaschaPoul-Henning Kamp2001-06-061-4/+3
* Silby's take one on increasing FreeBSD's resistance to SYN floods:Jesper Skriver2001-06-062-2/+28
* Disable extra TCP/UCP checksum checking in nge_rxeof() for now.Bill Paul2001-06-061-0/+2
* Use LGE_INC() macro to increment tx producer index in lge_encap().Bill Paul2001-06-061-2/+3
* Add a wrapper for the fifo kqfilter which falls through to the ufs routine.Jonathan Lemon2001-06-061-0/+19