| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some unsafe function calls from the signal handlers. | kris | 2001-09-01 | 1 | -6/+14 |
* | Pushdown Giant for: profil(), ntp_adjtime(), ogethostname(), | dillon | 2001-09-01 | 3 | -44/+113 |
* | It is *indeed* possible to run Alpha Linux binaries under emulation. | bmah | 2001-09-01 | 1 | -2/+3 |
* | Giant pushdown sys_exit(), [o]wait(), wait4() | dillon | 2001-09-01 | 1 | -16/+39 |
* | Giant Pushdown ACL syscalls: | dillon | 2001-09-01 | 3 | -93/+213 |
* | regenerate syscalls | dillon | 2001-09-01 | 6 | -25/+25 |
* | Make yield() MPSAFE. | dillon | 2001-09-01 | 2 | -20/+25 |
* | Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(), | dillon | 2001-09-01 | 5 | -23/+70 |
* | Back out disabling ungetc() at 0, use different solution: | ache | 2001-09-01 | 5 | -34/+48 |
* | Axe stale mp_fixme(). | jhb | 2001-09-01 | 2 | -2/+0 |
* | o Attach cap_cmp.c and cap_copy.c to the build. | rwatson | 2001-09-01 | 1 | -1/+6 |
* | o More conservative permissions for kerberos.log: 600 instead of 644. | rwatson | 2001-08-31 | 1 | -1/+1 |
* | Describe EOVERFLOW I implement per POSIX. | ache | 2001-08-31 | 1 | -9/+17 |
* | Don't claim memory resources owned by a PNP0C01 device ("system memory") | msmith | 2001-08-31 | 1 | -3/+6 |
* | Add an entry for the Zip 250. | murray | 2001-08-31 | 3 | -0/+18 |
* | Pushdown Giant for nfs syscalls (nfssvc()) | dillon | 2001-08-31 | 3 | -36/+69 |
* | Make various posix4 system calls MPSAFE (will fixup syscalls.master later) | dillon | 2001-08-31 | 2 | -84/+190 |
* | Add entries for 3wire terminals. (carrier not supplied, so we set nc). | murray | 2001-08-31 | 1 | -0/+15 |
* | make swapon() MPSAFE (will adjust syscalls.master later) | dillon | 2001-08-31 | 1 | -5/+13 |
* | Add FD_SETSIZE warning to types.h | dillon | 2001-08-31 | 1 | -0/+3 |
* | mark obreak() and ovadvise() as being MPSAFE | dillon | 2001-08-31 | 1 | -0/+6 |
* | Add ID for the Best Data Smart One 56SPS Voice modem. | murray | 2001-08-31 | 2 | -0/+2 |
* | add 2300/2312 notes | mjacob | 2001-08-31 | 2 | -14/+22 |
* | Exit gracefully when a SIGHUP is received. This prevents ee from going into | mp | 2001-08-31 | 1 | -0/+1 |
* | o Screw over users of the kern.{security.,}suser_permitted sysctl again, | rwatson | 2001-08-31 | 2 | -5/+6 |
* | add 2300/2312 references | mjacob | 2001-08-31 | 1 | -2/+11 |
* | Correct the ID for the ALS0120 PnP Joystick. It is different from the | murray | 2001-08-31 | 2 | -2/+2 |
* | note 2300/2312 support | mjacob | 2001-08-31 | 2 | -2/+4 |
* | Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This required | mjacob | 2001-08-31 | 7 | -294/+599 |
* | Add 2300/2312 (2Gbit) firmware. | mjacob | 2001-08-31 | 2 | -1/+5461 |
* | Add OMRON ME5614ISA PnP modem. | murray | 2001-08-31 | 2 | -0/+2 |
* | Add originally missing __sinit() call. | ache | 2001-08-31 | 1 | -0/+4 |
* | Simplify offset underflow checks even more | ache | 2001-08-31 | 1 | -12/+2 |
* | Add PCI device IDs for Kuotech dual port serial cards. | murray | 2001-08-31 | 3 | -0/+8 |
* | Preserve /etc/hosts.allow and /etc/dhclient.conf during upgrades. | jkh | 2001-08-31 | 1 | -0/+2 |
* | Describe that we disallow ungetc at offset 0 now. | ache | 2001-08-31 | 1 | -1/+4 |
* | Whoops, forgot a hunk on the previous patch. Fix RTSOL variable handling | jkh | 2001-08-31 | 1 | -1/+1 |
* | PR: 26187 | jkh | 2001-08-31 | 1 | -1/+1 |
* | Disallow ungetc at offset 0 (to prevent negative offset happens), so simplify | ache | 2001-08-31 | 2 | -22/+15 |
* | Drop buffer first, _then_ ask for real position | ache | 2001-08-31 | 1 | -4/+4 |
* | The same big piece of ftell code repeated in 3 places. Simplify things moving | ache | 2001-08-31 | 3 | -94/+30 |
* | Don't activate placeholder resources; it can be very expensive in the | msmith | 2001-08-31 | 1 | -3/+3 |
* | Whitespace-only commit that can be ignored by translators. | bmah | 2001-08-31 | 1 | -336/+357 |
* | diskcheckd(8) is gone from the base system, so undo its release note. | bmah | 2001-08-31 | 2 | -12/+0 |
* | SECURITY: Drop `setgid kmem' bit as early as possible. | ru | 2001-08-31 | 6 | -0/+7 |
* | Sort predicates. | ru | 2001-08-31 | 1 | -70/+70 |
* | The file_descriptor argument to -t isn't optional, so don't mark it up so. | dd | 2001-08-31 | 1 | -1/+1 |
* | Make the 'echo' output for blanktime and scrnmap consistent with their | dd | 2001-08-31 | 2 | -4/+4 |
* | If file offset is smaller than internal buffer character left count, just drop | ache | 2001-08-31 | 2 | -16/+30 |
* | Add missing "opt_inet6.h" header. | jlemon | 2001-08-31 | 1 | -0/+1 |