aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Part two of introduction of extattr_{delete,get,set}_fd() system calls,Robert Watson2001-03-316-8/+45
* o Introduce extattr_{delete,get,set}_fd() to allow extended attributeRobert Watson2001-03-314-156/+447
* comment typo: subsytem -> subsystemMurray Stokely2001-03-311-1/+1
* Recognize a few newer cpus (pca57, ev67 & ev68) and update systypes toAndrew Gallatin2001-03-302-1/+13
* Change the previous commit to be in style(9)Jesper Skriver2001-03-301-2/+1
* o Restructure privilege check associated with process visibility forRobert Watson2001-03-291-3/+1
* Reduce the emasculation of bounds_check_with_label() by one line, so weDavid E. O'Brien2001-03-291-1/+1
* Removed the ``#if 0'' that turned bounds_check_with_label() into worseDavid E. O'Brien2001-03-291-2/+0
* Fix a couple style nits, no code changes. Turn one magic number intoBill Paul2001-03-292-19/+23
* Since -CURRENT requires module dependencies to actually be correct forBrian Feldman2001-03-291-0/+1
* - Various style fixes.John Baldwin2001-03-292-14/+6
* - Added suspend/resume support.Orion Hodson2001-03-292-229/+319
* fix a number of printf format string warnings inside DEBUG ifdefsAndrew Gallatin2001-03-292-28/+30
* Fix building NEWCARD again, by includingJesper Skriver2001-03-291-0/+2
* aic7770.c:Justin T. Gibbs2001-03-299-310/+371
* Regenerate correctly.Peter Wemm2001-03-292-2/+2
* Hint: usbdevs_data.h and usbdevs.h are marked:Peter Wemm2001-03-291-0/+1
* Prepare for pseudofs.Dag-Erling Smørgrav2001-03-281-1/+1
* o introduce u_cansee(), which performs access control checks betweenRobert Watson2001-03-282-14/+27
* Make per-address input packet counts for lo0 work.Hajimu UMEMOTO2001-03-281-6/+22
* resurrect the declaration of order to unbreak kernel build. PutAndrew Gallatin2001-03-281-0/+1
* Small patch is required to the USB susbsystem to include support forPoul-Henning Kamp2001-03-283-0/+8
* Close a race condition where if we were obtaining a sleep lock and no spinJohn Baldwin2001-03-281-1/+14
* Fix a number of minor bugs in the VLAN code:Yaroslav Tykhiy2001-03-281-6/+25
* Add missing includes of <sys/sx.h>John Baldwin2001-03-283-0/+3
* Typo fix. s/criticale_t/critical_t/Peter Wemm2001-03-283-3/+3
* MFC candidate.Jesper Skriver2001-03-283-3/+5
* In case the driver runs on an HP NetRaid controller, attempt to properlyHellmuth Michaelis2001-03-281-3/+37
* Forgot to add pci_if.h to SRCSAlfred Perlstein2001-03-281-1/+1
* - s/mutexes/locks/g in appropriate comments.John Baldwin2001-03-281-4/+4
* Convert the allproc and proctree locks from lockmgr locks to sx locks.John Baldwin2001-03-2829-164/+172
* Pass in a pointer to the mutex's lock_object as the second argument toJohn Baldwin2001-03-281-4/+4
* Catch up to header include changes:John Baldwin2001-03-2843-22/+51
* Use mtx_initiaalized() rather than violating the internals of the mutexJohn Baldwin2001-03-281-2/+1
* Rework the witness code to work with sx locks as well as mutexes.John Baldwin2001-03-2833-3852/+1279
* - Resort some includes to deal with the new witness code coming in shortly.John Baldwin2001-03-281-4/+8
* Back out previous commit until I figure out a way to do it properly.Jonathan Lemon2001-03-281-11/+1
* Fix nasty corruption problem where a 64bit variable was being usedMark Murray2001-03-281-8/+6
* Add support for the Addtron AWA100 PCI wireless card.Alfred Perlstein2001-03-282-16/+157
* Don't explicitly zero p_intr_nesting_level and p_aioinfo in fork.John Baldwin2001-03-281-2/+0
* - Fix a whitespace bogon with p_blocked.John Baldwin2001-03-281-4/+4
* Switch from save/disable/restore_intr() to critical_enter/exit().John Baldwin2001-03-2818-417/+343
* Catch up to the mtx_saveintr -> mtx_savecrit change.John Baldwin2001-03-284-6/+6
* Use mtx_intr_enable() on sched_lock to ensure child processes always startJohn Baldwin2001-03-281-2/+2
* - Switch from using save/disable/restore_intr to using critical_enter/exitJohn Baldwin2001-03-289-97/+171
* - Add the new critical_t type used to save state inside of criticalJohn Baldwin2001-03-287-58/+57
* Revert previous commit which had a bogus message. It actually justJohn Baldwin2001-03-281-1/+1
* - Include <machine/prom.h> to get the prototype for prom_halt().John Baldwin2001-03-289-58/+57
* Last commit was broken.. It always prints '[CTRL-C to abort]'.Paul Saab2001-03-286-51/+31
* Check whether we need to do a full restore after handling ASTs. IfAndrew Gallatin2001-03-281-4/+4