summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r69450,msmith2000-12-01175-4423/+6822
|\
| * Update to the 20001115 Intel ACPI CA snapshot.msmith2000-12-01184-4722/+6904
* | sysvipc loadable.alfred2000-12-0116-256/+321
* | Add reserved lkmressys keyword. I swear, this script will die thealfred2000-12-011-2/+2
* | implement NOSTD syscall type, this creates the syscall args, but sticksalfred2000-12-011-6/+9
* | Translate alfred to english.alfred2000-12-011-33/+27
* | Protect access to p_stat with sched_lock.jhb2000-12-013-0/+6
* | Fix this slightly better by using NON_GPROF_RET instead of duplicatingjhb2000-12-013-3/+3
* | - Add a hack for "psmintr: out of sync.." This is NOT a fix,yokota2000-12-012-0/+22
* | - Slightly rearrnage IntelliMouse Explorer and Logitechyokota2000-12-012-60/+78
* | Use an mp-safe callout for endtsleep.jake2000-12-013-2/+4
* | Use msleep() instead of mtx_exit()/tsleep() so that we release the lock andjhb2000-12-012-26/+14
* | Don't update p_stat in exit1() to SZOMB until after releasing the allprocjhb2000-12-011-1/+7
* | Use msleep instead of mtx_exit; tsleep; mtx_enter, which is not safe.jake2000-12-011-6/+3
* | Change doreti to take a trapframe instead of an intrframe.jake2000-12-0113-39/+27
* | Cosmetique: don't use localized `date`ache2000-12-011-1/+1
* | Split the WITNESS and MUTEX_DEBUG options apart so that WITNESS does notjhb2000-12-014-36/+42
* | Kill #define of DETACH_FORCE since it is now in card_if.mimp2000-11-302-36/+2
* | o Add a comment to exec_check_permissions() to indicate that therwatson2000-11-301-0/+1
* | only call bwillwrite() to stall on IO when dealing with VNODEs otherwisealfred2000-11-301-1/+2
* | Revert the previous change to this file. We have to hardcode in the opcodejhb2000-11-303-3/+3
* | This is a fix for a problem described in PR kern/19572. It wasalfred2000-11-301-1/+11
* | use a oppurtunistic locking strategy with the uidinfo structures to avoidalfred2000-11-302-13/+59
* | Remove an unused variable.gibbs2000-11-301-3/+3
* | make crfree into a function rather than a macro to avoid bloat because ofalfred2000-11-302-7/+16
* | Get rid of a bogus mtx_exit (it was attempting to release anmckusick2000-11-302-2/+0
* | remove unneded sys/ucred.h includesalfred2000-11-3011-11/+0
* | Set the proper bit in the howto flags for a serial console rather thanjhb2000-11-302-4/+4
* | Add support for probing the keyboard from pxeboot which will behaveps2000-11-303-0/+44
* | Retire the osf1(8) utility. The Makefile hasn't installed this crittersheldonh2000-11-302-82/+0
* | Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-3018-79/+166
* | Increase NKPT from 17 to 30. This fixes the 4GB ram boot panic on bothpeter2000-11-302-2/+2
* | Fix up priority propagation:jhb2000-11-304-73/+180
* | Set p_mtxname when blocking on a mutex and clear it when waking up.jhb2000-11-293-0/+6
* | Save a copy of p_mtxname in e_mtxname when creating an eproc.jhb2000-11-291-0/+4
* | - Add a p_mtxname field to proc which points to the description of thejhb2000-11-292-1/+4
* | This fixes several problems with CIS as suggested by Justin Gibbs:jon2000-11-292-7/+4
* | Use an atomic operation with an appropriate memory barrier when releasingjhb2000-11-293-3/+6
* | The sched_lock mutex goes after the sio mutex in the locking order sincejhb2000-11-293-3/+3
* | Save the line number and filename of the last mtx_enter operation forjhb2000-11-293-0/+24
* | Don't drop Giant and the passed in mutex incorrectly in thejhb2000-11-291-10/+12
* | Oops, broke CIS reading from ROM on my last commit.jon2000-11-293-37/+59
* | Merged from sys/i386/i386/userconfig.c revision 1.185.kato2000-11-291-2/+1
* | Remove the ibcs2(8) shell script.sheldonh2000-11-293-114/+0
* | Decommission the svr4(8) shell script, which has been pointless sincesheldonh2000-11-294-76/+1
* | Only print out APIC info on an SMP system during a panic if APIC_IO isjhb2000-11-291-0/+2
* | Don't wait forever for CPUs to stop or restart. Instead, give up after ajhb2000-11-287-14/+133
* | Use atomic ops to close a race condition on the in_Debugger variable usedjhb2000-11-282-8/+6
* | Remove some over-msmith2000-11-281-4/+0
* | Kernel support for erase2 character.jkh2000-11-283-5/+16
OpenPOWER on IntegriCloud