aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* We cannot proceed to free the blocks of the file until the dependenciesKirk McKusick2000-01-112-58/+64
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.Bill Paul2000-01-107-45/+180
* Add an extra debugging message.Nick Hibma2000-01-101-1/+4
* Add Sun keyboard and NetChipNick Hibma2000-01-101-0/+10
* Update syscalls to Linux kernel 2.3.38. These syscalls areMarcel Moolenaar2000-01-105-4/+62
* Update the syscalls to Linux kernel 2.3.38.Marcel Moolenaar2000-01-102-0/+14
* Add a comment to hopefully prevent more bugs like kern/8596.Archie Cobbs2000-01-101-0/+2
* MGETHDR() does not initialize m_pkthdr.rcvif, do it here.Ruslan Ermilov2000-01-101-0/+1
* Return Linux kernel version 2.2.12 by default. This is in lineMarcel Moolenaar2000-01-102-2/+2
* Added PCIR_BIOS (0x30).Kazutaka YOKOTA2000-01-102-0/+4
* remove check now done in vn_isdisk().Poul-Henning Kamp2000-01-102-8/+0
* Also handle zero return from dscheck().Poul-Henning Kamp2000-01-101-1/+1
* Remove controller miibus, there already were a device miibus.Poul-Henning Kamp2000-01-103-3/+0
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-1026-79/+90
* revision 1.40 backed out the removal of PCATCH in a tsleep allowingAlfred Perlstein2000-01-101-1/+1
* Obtain the initial key repeat rate setting via BIOS in i386 ifKazutaka YOKOTA2000-01-102-0/+108
* Add some keyboard IDs.Kazutaka YOKOTA2000-01-102-4/+18
* Rework the algorithm to detect MDA/CGA/EGA/VGA cards, so thatKazutaka YOKOTA2000-01-101-20/+26
* . add manpage for svr4(8)Alexey Zelkin2000-01-102-2/+53
* - Fix typo: CGA40 -> CGA80Kazutaka YOKOTA2000-01-101-3/+3
* Missing FREE_LOCK call before handle_workitem_freeblocks.Kirk McKusick2000-01-102-6/+10
* Move xe driver from dev/pccard to dev/xe. Convert driver to newbus.Warner Losh2000-01-107-3735/+398
* Panic if proc0 hasn't been created and we try to call kthread_create.Warner Losh2000-01-101-0/+5
* make dsp_read() assert that it has a read channel, not a write channelCameron Grant2000-01-101-2/+2
* Eliminate pccard_chip_* tonight.Warner Losh2000-01-104-328/+68
* don't complain about bad intrs unless we get 1000 of them consecutivelyCameron Grant2000-01-101-3/+4
* Add some comments about things that have become bad as I've beenWarner Losh2000-01-102-3/+5
* Add new resource flag type: RF_PCCARD_ATTR for pccard's attribute memory.Warner Losh2000-01-101-0/+2
* Handle the case where we truss an SUGID program -- in particular, we needSean Eric Fagan2000-01-102-1/+2
* general tidyupCameron Grant2000-01-103-486/+663
* Commit kernel part of patches to get the 3Com OfficeConnect 3CXSH572BTWarner Losh2000-01-101-4/+3
* Uncomment pcic device and put pccard in GENERIC. PCCARD will be removedWarner Losh2000-01-102-6/+6
* return the sample rate set instead of 0. oops. mpg123 should now work.Cameron Grant2000-01-101-1/+1
* Avoid setting DPARCKEN until I can figure out why it causesJustin T. Gibbs2000-01-102-2/+2
* Several performance improvements for soft updates have been added:Kirk McKusick2000-01-1012-179/+626
* Add bwillwrite to all system calls that create things in the filesystem.Kirk McKusick2000-01-103-0/+19
* Remove the P_BUFEXHAUST flag from the syncer process (leavingKirk McKusick2000-01-102-4/+0
* Keep tighter control of removal dependencies by limiting the numberKirk McKusick2000-01-092-40/+44
* * Add `sym' SCSI driver options.David E. O'Brien2000-01-093-102/+159
* Reorganize softdep_fsync so that it only does the inode-is-flushedKirk McKusick2000-01-092-52/+44
* Get rid of unreferenced function.Kirk McKusick2000-01-091-9/+0
* Make static non-exported functions from soft updates.Kirk McKusick2000-01-093-17/+24
* change debug printout lefvels for a couple of placesMatt Jacob2000-01-091-4/+4
* Close PR# 15986: issue an RX reset command when initializing the interface,Bill Paul2000-01-091-0/+4
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-0919-746/+2946
* Point to the right kernel ld script.Peter Wemm2000-01-091-3/+2
* Removed some more vestiges of ft.Bruce Evans2000-01-091-5/+2
* Fixed style bugs related to the access functions for the bsfl and bsrlBruce Evans2000-01-092-62/+48
* Fixed bounds checking of unit number in promopen(). Minor numbers canBruce Evans2000-01-091-1/+1
* Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach asPeter Wemm2000-01-0914-2554/+6