| Commit message (Expand) | Author | Age | Files | Lines |
* | First check whether the USB transfer was cancelled before starting to | Nick Hibma | 2001-09-01 | 1 | -9/+12 |
* | Regen. | Nick Hibma | 2001-09-01 | 2 | -32/+32 |
* | Spelling nit. | Nick Hibma | 2001-09-01 | 1 | -2/+2 |
* | Make "atapi less" kernels link again. | Søren Schmidt | 2001-09-01 | 1 | -0/+2 |
* | Undo last commit. The problem's been fixed for a long time. | Matthew Dillon | 2001-09-01 | 1 | -3/+0 |
* | Pushdown Giant for: profil(), ntp_adjtime(), ogethostname(), | Matthew Dillon | 2001-09-01 | 3 | -44/+113 |
* | Giant pushdown sys_exit(), [o]wait(), wait4() | Matthew Dillon | 2001-09-01 | 1 | -16/+39 |
* | Giant Pushdown ACL syscalls: | Matthew Dillon | 2001-09-01 | 3 | -93/+213 |
* | regenerate syscalls | Matthew Dillon | 2001-09-01 | 6 | -25/+25 |
* | Make yield() MPSAFE. | Matthew Dillon | 2001-09-01 | 2 | -20/+25 |
* | Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(), | Matthew Dillon | 2001-09-01 | 5 | -23/+70 |
* | Axe stale mp_fixme(). | John Baldwin | 2001-09-01 | 2 | -2/+0 |
* | Don't claim memory resources owned by a PNP0C01 device ("system memory") | Mike Smith | 2001-08-31 | 1 | -3/+6 |
* | Pushdown Giant for nfs syscalls (nfssvc()) | Matthew Dillon | 2001-08-31 | 3 | -36/+69 |
* | Make various posix4 system calls MPSAFE (will fixup syscalls.master later) | Matthew Dillon | 2001-08-31 | 2 | -84/+190 |
* | make swapon() MPSAFE (will adjust syscalls.master later) | Matthew Dillon | 2001-08-31 | 1 | -5/+13 |
* | Add FD_SETSIZE warning to types.h | Matthew Dillon | 2001-08-31 | 1 | -0/+3 |
* | mark obreak() and ovadvise() as being MPSAFE | Matthew Dillon | 2001-08-31 | 1 | -0/+6 |
* | Add ID for the Best Data Smart One 56SPS Voice modem. | Murray Stokely | 2001-08-31 | 2 | -0/+2 |
* | o Screw over users of the kern.{security.,}suser_permitted sysctl again, | Robert Watson | 2001-08-31 | 2 | -5/+6 |
* | Correct the ID for the ALS0120 PnP Joystick. It is different from the | Murray Stokely | 2001-08-31 | 2 | -2/+2 |
* | note 2300/2312 support | Matt Jacob | 2001-08-31 | 2 | -2/+4 |
* | Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This required | Matt Jacob | 2001-08-31 | 7 | -294/+599 |
* | Add 2300/2312 (2Gbit) firmware. | Matt Jacob | 2001-08-31 | 2 | -1/+5461 |
* | Add OMRON ME5614ISA PnP modem. | Murray Stokely | 2001-08-31 | 2 | -0/+2 |
* | Add PCI device IDs for Kuotech dual port serial cards. | Murray Stokely | 2001-08-31 | 2 | -0/+4 |
* | Don't activate placeholder resources; it can be very expensive in the | Mike Smith | 2001-08-31 | 1 | -3/+3 |
* | Add missing "opt_inet6.h" header. | Jonathan Lemon | 2001-08-31 | 1 | -0/+1 |
* | Whitespace change. | Jonathan Lemon | 2001-08-31 | 1 | -1/+1 |
* | Synch with NetBSD and OpenBSD. | Ruslan Ermilov | 2001-08-31 | 1 | -1/+9 |
* | Don't clobber the default for CFLAGS. | Bruce Evans | 2001-08-31 | 2 | -2/+2 |
* | o Move definition of CAP_MAX_BUF_LEN to sys/capability.h | Robert Watson | 2001-08-31 | 1 | -0/+2 |
* | Similar to changes on i386/alpha/etc pmap.c; converge on a similar | Peter Wemm | 2001-08-31 | 3 | -45/+45 |
* | Converge with i386/alpha/etc pmap.c for pmap_new_proc/pmap_dispose_proc(). | Peter Wemm | 2001-08-31 | 1 | -16/+14 |
* | Same as i386/i386/pmap.c: clean up some style. This is irrelevant since | Peter Wemm | 2001-08-31 | 1 | -15/+12 |
* | Same treatment as i386/isa/pmap.c - clean up some style to sync towards | Peter Wemm | 2001-08-31 | 1 | -39/+34 |
* | Call OS-independent resume routine to execute _WAK .. etc. | Takanori Watanabe | 2001-08-31 | 1 | -75/+1 |
* | Do a style cleanup pass for the pmap_{new,dispose,etc}_proc() functions | Peter Wemm | 2001-08-31 | 2 | -80/+68 |
* | Remove already commented out entry for pci/fxp.c | Jonathan Lemon | 2001-08-31 | 1 | -1/+0 |
* | The fxp driver has lived in dev/fxp for some time, remove old files. | Jonathan Lemon | 2001-08-31 | 3 | -2464/+0 |
* | Prototypes for cap_equal_np() and cap_subset_np(). | Robert Watson | 2001-08-31 | 1 | -0/+10 |
* | Note that ASU is now deprecated. | Robert Watson | 2001-08-31 | 1 | -0/+1 |
* | Revert previous "fix"; bus mice still have to be manually probed even in | Mike Smith | 2001-08-31 | 2 | -2/+2 |
* | Tidy up cpu_fork() a little. This is mainly for changes I've been | Peter Wemm | 2001-08-31 | 1 | -39/+33 |
* | Cleanup | Matthew Dillon | 2001-08-31 | 1 | -27/+68 |
* | Get rid of most of the GIANT_XXX assertion defines. Nobody is going to use | Matthew Dillon | 2001-08-31 | 2 | -36/+1 |
* | Giant pushdown syscalls in kern/uipc_syscalls.c. Affected calls: | Matthew Dillon | 2001-08-31 | 3 | -116/+279 |
* | Add a UGAR() macro to simplify the diff's for the Giant pushdown. | John Baldwin | 2001-08-31 | 1 | -0/+6 |
* | Giant Pushdown: sysv shm, sem, and msg calls. | Matthew Dillon | 2001-08-31 | 5 | -283/+510 |
* | Add names for the TI PCI-1210, TI PCI-4410 and TI PCI-4450 parts. I had | Warner Losh | 2001-08-30 | 1 | -0/+9 |