summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* In the routines vrele() and vput(), we must lock the vnode andmckusick2002-02-021-15/+15
* When taking a snapshot, we must check for active files that havemckusick2002-02-026-272/+336
* Remove bogus assertion in dup2 that can lead to panics when kernelalfred2002-02-011-2/+0
* Avoid lock order reversal filedesc/Giant when calling FREE() in fdallocalfred2002-02-011-0/+2
* Don't recurse on filedesc lock in chroot_refuse_vdir_fds().alfred2002-02-012-16/+18
* Regenerate to make osigreturn standard.bde2002-02-015-12/+13
* Made osigreturn(2) standard so that SYS_osigreturn can be used in thebde2002-02-011-1/+1
* Compile osigreturn() unconditionally since it will always be needed onbde2002-02-019-33/+30
* Expand COMBRD(x) macro.nyan2002-02-011-2/+2
* Some netgraph parse types (such as for the 'value' field in ng_ksocket'sarchie2002-02-011-8/+15
* * Remove __P and convert to ANSI prototypes.obrien2002-02-011-1/+3
* GC P_BUFEXHAUST leftovers, we've had a new mechanism to avoid bufferdillon2002-01-313-5/+1
* identify GLPRISM2 PCI WaveLAN/IEEE 802.11alfred2002-01-311-0/+1
* Finish revs.1.23 and 1.24 so that MCOUNT_ENTER really actually compilesbde2002-01-312-0/+2
OpenPOWER on IntegriCloud