summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Replace a few more lines of code orphaned by MFREE going away.mjacob2002-02-072-6/+10
* You cannot take the address of a variable with the 'register' qualifier.mjacob2002-02-071-1/+1
* Remove the inline assembly optimized versins of bintime_*() functions,phk2002-02-071-30/+0
* Revise timercounters to use binary fixed point format internally.phk2002-02-074-115/+171
* Pre-KSE/M3 commit.julian2002-02-0771-382/+431
* GC the PC_SWITCH* symbols which are not used in assembly anymore.phk2002-02-075-7/+0
* Replace the MFREE that Marshal (Quick Draw) Dillon apparently didn't look for.mjacob2002-02-071-3/+6
* Use ETHER_CRC_LEN instead of SIS_CRC_SIZEluigi2002-02-071-2/+1
* Fix a bug in the driver -- the chip will always include the CRCluigi2002-02-071-1/+2
* Remove DETACH_NOWARNimp2002-02-071-1/+0
* Get rid of the bogus DETACH_NOWARN and don't warn when asked to detachimp2002-02-071-4/+3
* Occationally deleted files would hang around for hours or daysmckusick2002-02-071-7/+10
* Fix support for 630ET support. We don't need the Linux part to set theambrisko2002-02-062-11/+4
* Make LINT compile after fruitless attempts to get the authorsjulian2002-02-064-3/+9
* Fixes for alpha pmap on SMP machines:jhb2002-02-063-52/+66
* Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. Thisscottl2002-02-064-0/+51
* Allow the kern.maxusers boot tuneable to be set to 0 (previously onlydillon2002-02-061-2/+3
* Correctly identify the Intel 82830 AGP bridge.benno2002-02-052-0/+6
* Fix a race with free'ing vmspaces at process exit when vmspaces arealfred2002-02-055-20/+37
* Let the number of timecounters follow hz, otherwise people withphk2002-02-052-3/+4
* The hardware checksum code makes the assumption that a packet routed outarchie2002-02-051-2/+9
* Add support for the Aztech 2320 chip.tg2002-02-051-0/+45
* - Do not hang if the resource allocation fails.tanimura2002-02-052-19/+30
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-0515-95/+67
* + A variety of 23XX changes:mjacob2002-02-0410-56/+219
* Move the pseudofs, procfs and linprocfs modules out from the fs directory.des2002-02-046-31/+34
* Major update of the ATA RAID code, part 1:sos2002-02-0418-2053/+2263
* Change EPERM to EOPNOTSUPP when failing pseudofs_setattr() arbitrarily.rwatson2002-02-041-4/+2
* Return EPERM instead of 0 in the un-implemented pseudofs_setattr().rwatson2002-02-041-2/+1
* o Scatter vn_start_write() and vn_finished_write() through ACL code sorwatson2002-02-043-9/+30
* Corrected an argument to in6_pcbnotify().ume2002-02-041-2/+3
* In tcp_respond(), correctly reset returned IPv6 header. This is essentialume2002-02-042-0/+6
* Back out the "upgrading" of NBBY to unsigned, as it exposesmarkm2002-02-041-1/+1
* Note that Kirk apparently missed adding vn_start_write() and friendsrwatson2002-02-043-0/+9
* Default debugging to OFF now.imp2002-02-044-5/+2
* Supported C-NET(98)P2 PnP mode.nyan2002-02-041-15/+27
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-041-4/+0
* Follow NetBSD and ANSIfy the function definitions.joe2002-02-033-343/+232
* WARNS=n and lint(1) silencer. Declare an array of (const) stringsmarkm2002-02-031-1/+1
* Zero functional difference; make some integer constants unsigned, asmarkm2002-02-032-4/+4
* Make the style a little bit more consistant by removing parametermarkm2002-02-032-6/+4
* Use osigreturn(2) instead of sigreturn(2) plus broken magic for returningbde2002-02-037-42/+18
* Improve the change in the previous commit: use a stub for osigreturn()bde2002-02-035-0/+20
* Regenerate.joe2002-02-022-503/+615
* Update comments and product identifiers so that they're the samejoe2002-02-021-12/+12
* Add some missing usb vendors (from NetBSD).joe2002-02-021-0/+16
* Sync with NetBSD's version, dropping all the 'ltd', 'corp', etc.joe2002-02-021-140/+140
* o Add the prototype of cr_cansignal() from an earlier change torwatson2002-02-021-0/+1
* Merged cy_pcireg.h into the one file that uses it (cy_pci.c).bde2002-02-023-47/+32
* Fixed breakage of interrupt setup in previous commit. It used anbde2002-02-022-0/+4
OpenPOWER on IntegriCloud