summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Style fixes from Saschaphk2001-06-061-4/+3
* Silby's take one on increasing FreeBSD's resistance to SYN floods:jesper2001-06-062-2/+28
* Disable extra TCP/UCP checksum checking in nge_rxeof() for now.wpaul2001-06-061-0/+2
* Use LGE_INC() macro to increment tx producer index in lge_encap().wpaul2001-06-061-2/+3
* Add a wrapper for the fifo kqfilter which falls through to the ufs routine.jlemon2001-06-061-0/+19
* The kq write filter was hooked up to the wrong socket, and thus wasjlemon2001-06-061-4/+11
* hold the vm_mtx around vm_map_lookup_entry() and vm_map_findspace()gallatin2001-06-061-1/+4
* Unbreak setregid(2).ru2001-06-061-0/+2
* Apparently, the vm_mtx must be held around vm_map_find(). I'm assuminggallatin2001-06-061-0/+3
* Sorry, an "ARCHIVE Python 06408" does not need SA_QUIRK_NOCOMP.non2001-06-061-1/+1
* Fixed missing parentheses in the definition of KTR_COMPILE. KTR_COMPILEbde2001-06-062-2/+2
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isjoerg2001-06-067-413/+4
* Lock VM Giant prior to locking a vm map.tanimura2001-06-061-0/+7
* Don't hold sched_lock across addupc_task().jhb2001-06-065-5/+5
* Use bus_space when reading CIS. This allows us to access it in 8 bitimp2001-06-051-7/+11
* In lge_detach(), don't contigfree() the jumbogram buffer memory;wpaul2001-06-051-1/+0
* Commit part of the patch that I have for card eject problems with theimp2001-06-051-0/+5
* Make the FDC (state machine) state an enum, as opposed to an intjoerg2001-06-053-33/+17
* Fix mindo:wpaul2001-06-051-1/+1
* Now works again and as a module and with devfs.shafeeq2001-06-056-18/+146
* Fix botch for state levels. Role minor release. Start adding code for amjacob2001-06-053-10/+14
* PR: i386/26347hm2001-06-051-2/+3
* Add a kqueue filter for writing to ufs filesystems which always returnsjlemon2001-06-051-0/+22
* Close the line displine on detach. Lots of folks have submittd this, andimp2001-06-052-2/+8
* Add a line discipline close routine which restores some functionalitydd2001-06-052-10/+42
* Style and cosmetic cleanups. This driver is now reasonably stlye(9)dd2001-06-053-226/+254
* Only build i82365_isa attachment when we have isa bus.imp2001-06-051-1/+1
* There seems to be a problem that the order of disk write operation beingobrien2001-06-051-2/+11
* Use the l_nullioctl exported from tty_conf.c rather than rolling our own.dd2001-06-042-20/+0
* Unstaticize l_nullioctl; it is needed elsewhere (like in tty_snoop.c).dd2001-06-043-2/+3
* While in the interrupt loop, check for a bogus interrupt value of 0xff.jlemon2001-06-041-0/+9
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyjoerg2001-06-0411-292/+10
* Use bitmasks of the KTR_* constants instead of hexidecimal values forjhb2001-06-042-4/+4
* Add a new psuedo-KTR trace level KTR_ALL which is a mask of all currentlyjhb2001-06-041-0/+1
* first blush at some FC path inquiry settingsmjacob2001-06-041-0/+20
* Do NOLUNS dance for oddball Exabyte. We *really* need to do this as hints.mjacob2001-06-041-1/+12
* first blush at some FC path inquiry settingsmjacob2001-06-041-0/+9
* If the chip isn't in power state D0, put it in power state D0. Iimp2001-06-041-10/+12
* Add BSD-style copyright headersbrian2001-06-049-17/+253
* Change to a standard BSD-style copyrightbrian2001-06-041-13/+22
* When looking for an interface appropriate for the (new or changing)ru2001-06-041-1/+1
* Add new pci attachment for pcic. This supports pci cards as well asimp2001-06-042-165/+288
* The pipe_write() code was locking the pipe without busying it first indillon2001-06-041-5/+20
* S_IFCHR is not a bit mask, it's just a value in a field. The correctpaul2001-06-041-1/+1
* #defines for pci way interrupt routing.imp2001-06-041-0/+33
* Move the pcic interrupt from pcic.c to pcic_isa.c. The ISA handlingimp2001-06-043-128/+138
* Minor style(9) nit. a|b -> a | b.imp2001-06-041-1/+1
* Use correct flag in test whether this interrupt handler is fast or not.mjacob2001-06-041-1/+1
* Prevent denial of service using bogus fragmented IPv4 packets.jesper2001-06-031-0/+31
* Fix my email address. I accidentally cut'npasted the wrong (old)joerg2001-06-032-2/+2
OpenPOWER on IntegriCloud