summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* In ascpoll, return revents, not 0.jlemon2001-03-011-1/+1
* Eliminate the use of the getenv_int stuff we'd been using (with a bitmapmjacob2001-03-011-88/+110
* Go to a default port and default node wwn model. Eliminate isp_namemjacob2001-03-011-8/+8
* Finally eliminate as many of the printf calls as possible (still leavingmjacob2001-03-011-30/+42
* The kernel did not hold a vnode reference associated with theiedowse2001-02-283-22/+65
* Shuffle netgraph mutexes a bit and hold a reference on a nodejulian2001-02-284-8/+10
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-8/+8
* Fix jails.phk2001-02-281-0/+3
* Linux does not filesystem-sync file-backed writable mmap pages ondillon2001-02-281-0/+2
* If we intend to make the page writable without requiring another fault,dillon2001-02-281-6/+6
* Fix lockup for loopback NFS mounts. The pipelined I/O limitations could bedillon2001-02-284-9/+23
* Sigh. Try to get priorities sorted out. Don't bother trying tojake2001-02-286-8/+2
* Slightly reimplement some recently added helper functions as methods, sopeter2001-02-273-35/+113
* Update NOTES wrt hint for fxp.mjacob2001-02-272-0/+4
* A better mousetrap: use device hints, as in:mjacob2001-02-272-14/+12
* When iterating over our list of interface addresses in order to determinejlemon2001-02-271-14/+18
* Don't re-init the mixer on resume. This keeps the channel volumes fromscottl2001-02-271-2/+0
* Remove warnings.. seems to compile as a module now too.julian2001-02-271-4/+3
* Catch up with rwatsons ucred changes.julian2001-02-271-1/+1
* Not quite working makefile to make the nmdm device as a module.julian2001-02-271-0/+12
* put the null modem driver (nmdm) in the right place with the right name.julian2001-02-271-1/+1
* Do it right this time. Give it a better name and placejulian2001-02-271-0/+644
* Tell the world about the nulmodem device.julian2001-02-271-0/+1
* Correctly declare variables as u_int rather than doing typecasts.jlemon2001-02-271-7/+7
* In soshutdown(), use SHUT_{RD,WR,RDWR} instead of FREAD and FWRITE.ru2001-02-271-3/+5
* Add speaker volume adjusting supportcg2001-02-271-2/+6
* Added another wd33c93 based SCSI card driver which replaces the bs driver.nyan2001-02-2710-9/+2449
* The TCP header-specific section suffered a little bit of bitrot recently:billf2001-02-271-1/+1
* Add a 'clobber' target.. Like 'clean' but it takes out even the configpeter2001-02-275-0/+41
* Add and document the LINPROCFS option, so that we can build linprocfspeter2001-02-275-8/+26
* add functions for sound drivers to use for locking and setting up interruptcg2001-02-272-0/+107
* Remove some cruftpeter2001-02-271-3/+0
* "Document" the COMPAT_LINUX and IBCS2 ABI emulation support togetherpeter2001-02-272-14/+36
* MFS: 4.x/5.x compatibility #ifdefscg2001-02-272-2/+22
* MFS: 4.x/5.x compatibility #definescg2001-02-271-0/+6
* Add pci/agp_if.m to the MFILES list so that we can auto depend on agp_if.hpeter2001-02-271-1/+1
* Disable the mutex locking calls. These do not work in their present formpeter2001-02-273-0/+15
* Cast nfds to u_int before range checking it in order to catch negativejlemon2001-02-271-1/+2
* Fix at2_entry_t to reflect what the firmware actually writes (insteadmjacob2001-02-272-10/+6
* Initialize native priority to PRI_MAX. It was usually 0 which made ajake2001-02-265-33/+8
* Add crashdump support.jlemon2001-02-265-25/+106
* Workaround to prevent VMware from melting down. The pseudo PCnet interfacewpaul2001-02-261-1/+9
* Use more aggressive retransmit timeouts for the initial SYN packet.jlemon2001-02-261-1/+7
* Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly.jlemon2001-02-266-196/+72
* Properly protect the parameters to the EC_{GET,SET}_{DATA,CSR} macros withjhb2001-02-261-4/+10
* - Use a loop to read consecutive bytes from the embedded controller tojhb2001-02-261-10/+19
* When ensuring the destination buffer is truncated for a string obtainedjhb2001-02-261-1/+1
* Typo fix; use & to test for bits set in the status register.msmith2001-02-261-1/+1
* Remove struct full_tcpiphdr{}.asmodai2001-02-261-10/+0
* Remove conditionals for vax support.asmodai2001-02-261-5/+0
OpenPOWER on IntegriCloud