summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove bogus block device major now that bdev majors are gone.jhb2001-04-021-2/+1
* If ifpromisc() fails the SIOCSIFFLAGS ioctl, put ifp->if_flagsbrian2001-04-021-0/+4
* Return 0 and do nothing when we get a SIOCSIFFLAGS.brian2001-04-021-0/+1
* - Move the second stop() of process 'p' in issignal() to be after we sendjhb2001-04-021-3/+2
* Regen.n_hibma2001-04-022-2/+18
* Add Agate Q-Drive.n_hibma2001-04-021-0/+4
* Regen.n_hibma2001-04-022-8/+204
* Sync with NetBSD usbdevsn_hibma2001-04-021-16/+56
* Add support for MODULES_OVERRIDE. This is a list of modules to buildimp2001-04-026-0/+19
* o Correct an ACL implementation bug that could result in a system panicrwatson2001-04-021-2/+12
* Make an attempt to get the asr driver to compile on Alpha by fixing some i386scottl2001-04-012-1/+15
* make code use strxxx() callsalfred2001-04-011-11/+3
* Correct typo.nyan2001-04-011-4/+4
* Merged from sys/i386/i386/bioscall.s revision 1.9 and 1.10.nyan2001-04-011-3/+7
* Regen after adding linux_sched_get_priority_max() andalc2001-04-013-7/+15
* Merged from sys/i386/isa/clock.c revision 1.171.nyan2001-04-013-9/+3
* Merged from sys/i386/i386/machdep.c revision 1.446.nyan2001-04-012-2/+4
* Merged from sys/dev/aic/aic_isa.c revision 1.7.nyan2001-04-011-1/+5
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): Thealc2001-04-012-2/+58
* Merged from sys/i386/apm/apm.c revision 1.121.nyan2001-04-011-6/+7
* Merged from sys/conf/options.i386 revision 1.144.nyan2001-04-011-0/+1
* Merged from sys/conf/files.i386 revision 1.350 and 1.354.nyan2001-04-011-1/+1
* Change ahc_update_pending_scbs() so that it safe to be calledgibbs2001-04-011-0/+11
* o Part two of introduction of extattr_{delete,get,set}_fd() system calls,rwatson2001-03-316-8/+45
* o Introduce extattr_{delete,get,set}_fd() to allow extended attributerwatson2001-03-314-156/+447
* comment typo: subsytem -> subsystemmurray2001-03-311-1/+1
* Recognize a few newer cpus (pca57, ev67 & ev68) and update systypes togallatin2001-03-302-1/+13
* Change the previous commit to be in style(9)jesper2001-03-301-2/+1
* o Restructure privilege check associated with process visibility forrwatson2001-03-291-3/+1
* Reduce the emasculation of bounds_check_with_label() by one line, so weobrien2001-03-291-1/+1
* Removed the ``#if 0'' that turned bounds_check_with_label() into worseobrien2001-03-291-2/+0
* Fix a couple style nits, no code changes. Turn one magic number intowpaul2001-03-292-19/+23
* Since -CURRENT requires module dependencies to actually be correct forgreen2001-03-291-0/+1
* - Various style fixes.jhb2001-03-292-14/+6
* - Added suspend/resume support.orion2001-03-292-229/+319
* fix a number of printf format string warnings inside DEBUG ifdefsgallatin2001-03-292-28/+30
* Fix building NEWCARD again, by includingjesper2001-03-291-0/+2
* aic7770.c:gibbs2001-03-299-310/+371
* Regenerate correctly.peter2001-03-292-2/+2
* Hint: usbdevs_data.h and usbdevs.h are marked:peter2001-03-291-0/+1
* Prepare for pseudofs.des2001-03-281-1/+1
* o introduce u_cansee(), which performs access control checks betweenrwatson2001-03-282-14/+27
* Make per-address input packet counts for lo0 work.ume2001-03-281-6/+22
* resurrect the declaration of order to unbreak kernel build. Putgallatin2001-03-281-0/+1
* Small patch is required to the USB susbsystem to include support forphk2001-03-283-0/+8
* Close a race condition where if we were obtaining a sleep lock and no spinjhb2001-03-281-1/+14
* Fix a number of minor bugs in the VLAN code:yar2001-03-281-6/+25
* Add missing includes of <sys/sx.h>jhb2001-03-283-0/+3
* Typo fix. s/criticale_t/critical_t/peter2001-03-283-3/+3
* MFC candidate.jesper2001-03-283-3/+5
OpenPOWER on IntegriCloud