summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support of PhotoClip USB Camera (http://www.myphotoclip.com):sobomax2002-01-314-0/+27
* Fix irq/drq handling. IRQ and DRQ resource information can be gettakawata2002-01-312-28/+43
* MFi386: revision 1.489.nyan2002-01-312-26/+16
* Changed iskanji[12] to inline functions.nyan2002-01-312-350/+344
* Merged from sys/dev/sio/{sio.c,sio_isa.c} revisions 1.363 and 1.5,nyan2002-01-314-312/+250
* Add pc98 support.nyan2002-01-311-0/+3
* Remove obsolete COMBRD* definitions.nyan2002-01-311-6/+0
* MFi386: revision 1.180nyan2002-01-313-0/+15
* MFi386: revision 1.52nyan2002-01-311-10/+13
* Fix error handling.takawata2002-01-311-7/+19
* Allow this to compile againjulian2002-01-301-0/+1
* include sys/lock.h and sys/mutex.h to make compile.alfred2002-01-301-0/+2
* o Reserve two interface ioctl values, 38, and 38, for SIOCGIFMAC andrwatson2002-01-301-0/+2
* fget_locked fixes.alfred2002-01-301-4/+3
* Remove unused variables in select(2) from previous delta.alfred2002-01-301-2/+1
* Backed out the main part of revs.1.14-16. Don't disable interrupts inbde2002-01-302-20/+6
* Backed out the last vestiges of rev.1.51. Don't enter a criticalbde2002-01-302-20/+2
* Cleaned up the 0ldSiG magic check before removing it. Just use fuword()bde2002-01-302-26/+16
* Add support for different serial clock frequencies and not just thejhay2002-01-306-72/+100
* Regenerate just this file after unbreaking makesyscalls.sh. The previousbde2002-01-301-1/+1
* Oops, fix previous commit to not generate a C comment in syscall.mk.bde2002-01-301-1/+1
* Removed the one use of the mandatory keyword (for npx).bde2002-01-302-2/+2
* Don't include <isa/isavar.h> or compile code depending on it when isabde2002-01-3018-3/+84
OpenPOWER on IntegriCloud