| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up the bogus pci.h file we create. | phk | 2001-11-03 | 1 | -0/+2 |
* | Remove PAO3 dependent part. | non | 2001-11-03 | 10 | -352/+1 |
* | No FreeBSD/vax here either. | peter | 2001-11-03 | 2 | -2/+2 |
* | FreeBSD/vax is quite some time away. | peter | 2001-11-03 | 2 | -7/+0 |
* | Add modules for lpt, plip, ppbus, ppi and pps. | phk | 2001-11-03 | 6 | -0/+60 |
* | FreeBSD/tahoe is not likely for a while. | peter | 2001-11-03 | 1 | -3/+0 |
* | Add Id for 82801CA (ICH3?). The ich driver seems to work fine on the | peter | 2001-11-03 | 1 | -1/+5 |
* | Add ICH3 (82801CA/CAM) and 460GX | peter | 2001-11-03 | 2 | -0/+48 |
* | Add a 'reset' command. This is useful for panics really early before | peter | 2001-11-03 | 1 | -0/+13 |
* | Declare struct uio so consumers don't have to #include <sys/uio.h> unless | des | 2001-11-03 | 1 | -0/+1 |
* | Reduce the number of #include dependencies by declaring some of the structs | des | 2001-11-03 | 4 | -6/+19 |
* | allocrqg: Don't ever try to write to a NULL pointer. | grog | 2001-11-03 | 1 | -1/+1 |
* | Revert rev 1.3 which moved us away from POSIX character classes. | obrien | 2001-11-03 | 1 | -4/+4 |
* | Revert rev 1.7 which moved us away from POSIX character classes. | obrien | 2001-11-03 | 1 | -15/+18 |
* | Implement i386/i386/pmap.c 1.292 for alpha, ia64 (avoid free | dillon | 2001-11-03 | 2 | -2/+34 |
* | We have a _SIG_VALID() macro, so use it instead of duplicating the test all | des | 2001-11-02 | 1 | -7/+5 |
* | Add the as-yet-unused S_ALLSTOPS which I forgot in previous commit. | des | 2001-11-02 | 1 | -0/+1 |
* | Arrgh. A clean pc98 build failed due to bogons on my part :-(. | imp | 2001-11-02 | 2 | -0/+4 |
* | Factor the common parts of the Makefile.foo files. This introduces two | imp | 2001-11-02 | 8 | -1791/+343 |
* | Better error messages for the cases where device_add_child fails. We | imp | 2001-11-02 | 1 | -2/+8 |
* | o Remove (struct proc *p = td->td_proc) indirection in ipcperm(), | rwatson | 2001-11-02 | 1 | -5/+3 |
* | Back out the -w, option strict and our($...). They don't work for me and | imp | 2001-11-02 | 1 | -3/+3 |
* | o Remove the local temporary variable "struct proc *p" from vfs_mount() | rwatson | 2001-11-02 | 2 | -14/+14 |
* | Remove an extra " that crept into a string. | silby | 2001-11-02 | 1 | -1/+1 |
* | Argh! | phk | 2001-11-02 | 2 | -42/+0 |
* | o Introduce group subset test, which limits the ability of a process to | rwatson | 2001-11-02 | 1 | -8/+36 |
* | Add empty shell for nmount syscall (take 2!) | phk | 2001-11-02 | 2 | -0/+42 |
* | o Add new header <sys/stdint.h>. | mike | 2001-11-02 | 25 | -26/+2660 |
* | Add nmount() stub function and regenerate the syscall-glue which should | phk | 2001-11-02 | 7 | -7/+59 |
* | Reserve 378 for the new mount syscall Maxime Henrion <mux@qualys.com> | phk | 2001-11-02 | 1 | -0/+3 |
* | Rather than just change the arguments to suser() change the function to | mike | 2001-11-02 | 1 | -1/+1 |
* | Don't hide the failure to allocate device behind boot verbose. It is | imp | 2001-11-02 | 1 | -3/+2 |
* | Print a warning when device_add_child returns NULL. This used to be | imp | 2001-11-02 | 1 | -0/+5 |
* | + Fix another possible vn_close race, in the same fashion as r1.95. | jlemon | 2001-11-02 | 1 | -5/+6 |
* | o Add a comment to p_candebug() noting that the P_INEXEC check should | rwatson | 2001-11-02 | 1 | -1/+6 |
* | The sound drivers live in sound/driver, not sound/drivers | imp | 2001-11-02 | 2 | -2/+2 |
* | Merge from POSIX.1e Capabilities development tree: | rwatson | 2001-11-02 | 1 | -2/+17 |
* | Merge from POSIX.1e Capabilities development tree: | rwatson | 2001-11-02 | 1 | -6/+17 |
* | Fixed sioreg.h path. | nyan | 2001-11-02 | 1 | -1/+1 |
* | o Capabilities cap_check() interface revised to remove _xxx, so rename | rwatson | 2001-11-02 | 1 | -1/+1 |
* | o Since kern_acl.c uses #ifdef CAPABILITIES to control | rwatson | 2001-11-02 | 3 | -0/+6 |
* | o Merge recent changes from the POSIX.1e capability tree: | rwatson | 2001-11-02 | 1 | -0/+17 |
* | Call ast() from exception_restore when we are restoring to user mode. | dfr | 2001-11-02 | 2 | -16/+24 |
* | Use static storage for the unwind state so that we can still get backtraces | dfr | 2001-11-02 | 1 | -4/+22 |
* | #ifdef KTRACE a variable to silence a warning. | phk | 2001-11-02 | 1 | -0/+2 |
* | Turn the symlinks around, instead of ad0s1 -> ad0s1c, make it ad0s1c -> ad0s1. | phk | 2001-11-02 | 1 | -13/+23 |
* | Remember to actually free the pv_entry in pmap_remove_entry(). | dfr | 2001-11-02 | 1 | -0/+1 |
* | Emit a warning if the mbuf or mbuf cluster allocation failed. | jlemon | 2001-11-02 | 1 | -0/+4 |
* | argh! cut/paste typo. :-( | peter | 2001-11-02 | 1 | -1/+1 |
* | "Fix" a problem that got copied from alpha to ia64 and broke there. | peter | 2001-11-02 | 2 | -2/+6 |