summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add Id for 82801CA (ICH3?). The ich driver seems to work fine on thepeter2001-11-031-1/+5
* Add ICH3 (82801CA/CAM) and 460GXpeter2001-11-032-0/+48
* Add a 'reset' command. This is useful for panics really early beforepeter2001-11-031-0/+13
* Declare struct uio so consumers don't have to #include <sys/uio.h> unlessdes2001-11-031-0/+1
* Reduce the number of #include dependencies by declaring some of the structsdes2001-11-034-6/+19
* allocrqg: Don't ever try to write to a NULL pointer.grog2001-11-031-1/+1
* Revert rev 1.3 which moved us away from POSIX character classes.obrien2001-11-031-4/+4
* Revert rev 1.7 which moved us away from POSIX character classes.obrien2001-11-031-15/+18
* Implement i386/i386/pmap.c 1.292 for alpha, ia64 (avoid freedillon2001-11-032-2/+34
* We have a _SIG_VALID() macro, so use it instead of duplicating the test alldes2001-11-021-7/+5
* Add the as-yet-unused S_ALLSTOPS which I forgot in previous commit.des2001-11-021-0/+1
* Arrgh. A clean pc98 build failed due to bogons on my part :-(.imp2001-11-022-0/+4
* Factor the common parts of the Makefile.foo files. This introduces twoimp2001-11-028-1791/+343
* 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
OpenPOWER on IntegriCloud