summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* First, wrap the if_up() call into splimp()/splx() becauseyar2001-06-031-2/+5
* Fix reversed arguments to pci_write_config()peter2001-06-031-2/+2
* Remove unused includes, use *min() inline functions rather than add2001-06-033-53/+16
* When tring to find out if this is a request for a write indd2001-06-031-2/+2
* Merged from sys/kern/subr_diskmbr.c revision 1.45.nyan2001-06-031-33/+63
* Merged from sys/kern/subr_diskmbr.c revision 1.52.nyan2001-06-031-5/+0
* Include sys/mutex.h to silence a warning.dd2001-06-032-0/+2
* Only touch the PCR register in order to set bits for the fxp driver.jlemon2001-06-021-1/+3
* Support GCC 3.0obrien2001-06-021-1/+1
* Properly wrap mtx_intr_enable() macro in "do $bla while (0)"phk2001-06-025-5/+5
* Merged from sys/i386/i386/machdep.c revision 1.454.nyan2001-06-022-2/+0
* Disabled unneeded code for PC98.nyan2001-06-022-2/+2
* Merged from sys/i386/isa/npx.c revision 1.101.nyan2001-06-021-79/+85
* Change the way information about swap devices is exported to be moretmm2001-06-012-28/+46
* Fix typo (opt_acc.h -> opt_aac.h) for AAC_COMPAT_LINUX.dirk2001-06-011-1/+1
* Revert the last bits of my bogus move of NMBCLUSTERSjesper2001-06-013-0/+3
* The orm device. This device gobbles up the Option ROMs in the ISAimp2001-06-012-0/+186
* Resurrect platform.pci_intr_map() and essentially undo the effects ofgallatin2001-06-0115-213/+206
* Support /dev/tun cloning. Ansify if_tun.c while I'm there.brian2001-06-013-93/+132
* This file is not needed any more, the definitions and declarations ittmm2001-06-011-13/+0
* Clean up the code exporting interrupt statistics via sysctl a bit:tmm2001-06-0116-58/+40
* Add a quirk entry for ARCHIVE Python 06408.non2001-06-011-0/+4
OpenPOWER on IntegriCloud