summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Better error messages for the cases where device_add_child fails. Weimp2001-11-021-2/+8
* o Remove (struct proc *p = td->td_proc) indirection in ipcperm(),rwatson2001-11-021-5/+3
* Back out the -w, option strict and our($...). They don't work for me andimp2001-11-021-3/+3
* o Remove the local temporary variable "struct proc *p" from vfs_mount()rwatson2001-11-022-14/+14
* Remove an extra " that crept into a string.silby2001-11-021-1/+1
* Argh!phk2001-11-022-42/+0
* o Introduce group subset test, which limits the ability of a process torwatson2001-11-021-8/+36
* Add empty shell for nmount syscall (take 2!)phk2001-11-022-0/+42
* o Add new header <sys/stdint.h>.mike2001-11-0225-26/+2660
* Add nmount() stub function and regenerate the syscall-glue which shouldphk2001-11-027-7/+59
* Reserve 378 for the new mount syscall Maxime Henrion <mux@qualys.com>phk2001-11-021-0/+3
* Rather than just change the arguments to suser() change the function tomike2001-11-021-1/+1
* Don't hide the failure to allocate device behind boot verbose. It isimp2001-11-021-3/+2
* Print a warning when device_add_child returns NULL. This used to beimp2001-11-021-0/+5
* + Fix another possible vn_close race, in the same fashion as r1.95.jlemon2001-11-021-5/+6
* o Add a comment to p_candebug() noting that the P_INEXEC check shouldrwatson2001-11-021-1/+6
* The sound drivers live in sound/driver, not sound/driversimp2001-11-022-2/+2
* Merge from POSIX.1e Capabilities development tree:rwatson2001-11-021-2/+17
* Merge from POSIX.1e Capabilities development tree:rwatson2001-11-021-6/+17
* Fixed sioreg.h path.nyan2001-11-021-1/+1
* o Capabilities cap_check() interface revised to remove _xxx, so renamerwatson2001-11-021-1/+1
* o Since kern_acl.c uses #ifdef CAPABILITIES to controlrwatson2001-11-023-0/+6
* o Merge recent changes from the POSIX.1e capability tree:rwatson2001-11-021-0/+17
* Call ast() from exception_restore when we are restoring to user mode.dfr2001-11-022-16/+24
* Use static storage for the unwind state so that we can still get backtracesdfr2001-11-021-4/+22
* #ifdef KTRACE a variable to silence a warning.phk2001-11-021-0/+2
* Turn the symlinks around, instead of ad0s1 -> ad0s1c, make it ad0s1c -> ad0s1.phk2001-11-021-13/+23
* Remember to actually free the pv_entry in pmap_remove_entry().dfr2001-11-021-0/+1
* Emit a warning if the mbuf or mbuf cluster allocation failed.jlemon2001-11-021-0/+4
* argh! cut/paste typo. :-(peter2001-11-021-1/+1
* "Fix" a problem that got copied from alpha to ia64 and broke there.peter2001-11-022-2/+6
* Oops, deleted wrong BIF acquisition timeout invocation by mistakeiwasaki2001-11-011-1/+1
* o Update copyright dates.rwatson2001-11-0110-19/+34
* o Move suser() calls in kern/ to using suser_xxx() with an explicitrwatson2001-11-017-13/+16
* o Permit osf1-emulated programs to modify uid/gid under jail byrwatson2001-11-011-2/+2
* Substitute "[:space:]" with the character constants it expands to.obrien2001-11-011-18/+15
* Always compile in bridge hooks, or this code will not work (efficiently) withluigi2001-11-011-8/+4
* Some fix for the recent apm module changes.iwasaki2001-11-0113-53/+419
* Tidy up the variable declarations and switch on warnings and strict.joe2001-11-011-35/+48
* Remove an extra splimp() call.luigi2001-11-011-1/+0
* Add the TGA video driver. This is a great accomplishtment and will helpobrien2001-11-0110-716/+9539
* Bell-Labs AWK does not support POSIX "bracket expressions" (POSIXese forobrien2001-11-011-4/+4
* Skip PG_UNMANAGED pages when we're shooting everything down to try andpeter2001-11-012-2/+2
* Fix the ILLEGAL fdisk table that is there for supporting "dangerouslypeter2001-11-012-2/+2
* Use devclass_find_free_unit() in ata_pci_add_child() because no moreache2001-11-011-1/+2
* Add devclass_find_free_unit() prototypeache2001-11-011-0/+1
* Add new interface functionache2001-11-011-0/+10
* Only overwrite ${DESTDIR}${KODIR}.old/${KERNEL_KO} if we haven'tbrian2001-11-016-42/+84
* Remove previous revision. smp_started back in subr_smp where it belongs.mjacob2001-10-316-12/+0
* Make the actual volatile int smp_started live *somewhere*. This ismjacob2001-10-316-0/+12
OpenPOWER on IntegriCloud