summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Speedup if_start routine a little. TX threshold logic needs some moremdodd2000-01-122-10/+26
* Fix the performance problems I caused by setting ifq_maxlen to 8.mdodd2000-01-121-1/+1
* Sort.obrien2000-01-124-2/+6
* Correctly set the data length when transmitting 802.3 frames (we need towpaul2000-01-122-6/+4
* Add opt_ukbd.h.yokota2000-01-121-2/+5
* Straighten out the logic in kue_setmulti() a little (the case where wewpaul2000-01-111-6/+5
* Add $FreeBSD$peter2000-01-114-8/+10
* Aiee! I committed the wrong conf/files. Replace the changes for newppbuspeter2000-01-111-15/+0
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-1114-76/+87
* Rework shifta/ctla/alta key handling. It appears that there wasyokota2000-01-115-24/+22
* Unused file. This (NetBSD derived) file was obsoleted by kld.peter2000-01-111-381/+0
* Fix a typo in the db_kld.c file - it's kld support not raw a.out support.peter2000-01-112-4/+15
* exclude chips with subdevices specified on a list of non-ac97 chipscg2000-01-111-2/+24
* The only known cause of this panic is running out of disk space.mckusick2000-01-111-3/+13
* We cannot proceed to free the blocks of the file until the dependenciesmckusick2000-01-112-58/+64
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.wpaul2000-01-107-45/+180
* Add an extra debugging message.n_hibma2000-01-101-1/+4
* Add Sun keyboard and NetChipn_hibma2000-01-101-0/+10
* Update syscalls to Linux kernel 2.3.38. These syscalls aremarcel2000-01-105-4/+62
* Update the syscalls to Linux kernel 2.3.38.marcel2000-01-102-0/+14
* Add a comment to hopefully prevent more bugs like kern/8596.archie2000-01-101-0/+2
* MGETHDR() does not initialize m_pkthdr.rcvif, do it here.ru2000-01-101-0/+1
* Return Linux kernel version 2.2.12 by default. This is in linemarcel2000-01-102-2/+2
* Added PCIR_BIOS (0x30).yokota2000-01-102-0/+4
* remove check now done in vn_isdisk().phk2000-01-102-8/+0
* Also handle zero return from dscheck().phk2000-01-101-1/+1
* Remove controller miibus, there already were a device miibus.phk2000-01-103-3/+0
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-1026-79/+90
* revision 1.40 backed out the removal of PCATCH in a tsleep allowingalfred2000-01-101-1/+1
* Obtain the initial key repeat rate setting via BIOS in i386 ifyokota2000-01-102-0/+108
* Add some keyboard IDs.yokota2000-01-102-4/+18
* Rework the algorithm to detect MDA/CGA/EGA/VGA cards, so thatyokota2000-01-101-20/+26
* . add manpage for svr4(8)phantom2000-01-102-2/+53
* - Fix typo: CGA40 -> CGA80yokota2000-01-101-3/+3
* Missing FREE_LOCK call before handle_workitem_freeblocks.mckusick2000-01-102-6/+10
* Move xe driver from dev/pccard to dev/xe. Convert driver to newbus.imp2000-01-107-3735/+398
* Panic if proc0 hasn't been created and we try to call kthread_create.imp2000-01-101-0/+5
* make dsp_read() assert that it has a read channel, not a write channelcg2000-01-101-2/+2
* Eliminate pccard_chip_* tonight.imp2000-01-104-328/+68
* don't complain about bad intrs unless we get 1000 of them consecutivelycg2000-01-101-3/+4
* Add some comments about things that have become bad as I've beenimp2000-01-102-3/+5
* Add new resource flag type: RF_PCCARD_ATTR for pccard's attribute memory.imp2000-01-101-0/+2
* Handle the case where we truss an SUGID program -- in particular, we needsef2000-01-102-1/+2
* general tidyupcg2000-01-103-486/+663
* Commit kernel part of patches to get the 3Com OfficeConnect 3CXSH572BTimp2000-01-101-4/+3
* Uncomment pcic device and put pccard in GENERIC. PCCARD will be removedimp2000-01-102-6/+6
* return the sample rate set instead of 0. oops. mpg123 should now work.cg2000-01-101-1/+1
* Avoid setting DPARCKEN until I can figure out why it causesgibbs2000-01-102-2/+2
* Several performance improvements for soft updates have been added:mckusick2000-01-1012-179/+626
* Add bwillwrite to all system calls that create things in the filesystem.mckusick2000-01-103-0/+19
OpenPOWER on IntegriCloud