summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* o Note that some sites will want to select generally more conservativerwatson2001-09-011-0/+6
* Remove #if 0'd remnants of the old idle page zeroing.jhb2001-09-011-9/+0
* Process priority is locked by the sched_lock, not the proc lock.jhb2001-09-011-2/+2
* o At some point, unmounting a non-EA file system with EA's compiledrwatson2001-09-011-2/+4
* Regenerate syscallsdillon2001-09-016-110/+110
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-016-143/+143
* Giant Pushdown:dillon2001-09-011-40/+120
* Supply a default value for the kernel config binary.luigi2001-09-011-0/+1
* Giant Pushdown. Saved the worst P4 tree breakage for last.dillon2001-09-016-212/+669
* Bugfix: Use the correct variable for picobsd type (same bug isluigi2001-09-011-5/+6
* Giant Pushdowndillon2001-09-013-95/+287
* Speculatively add this file. It's part of the Linuxulator updatemarcel2001-09-011-0/+285
* Save errno before function call and restore it on success (because manyache2001-09-012-2/+11
* Remove even more unneded checks, original code can't overflows in that placeache2001-09-011-5/+1
* Remove two checks unneeded now (can't happens)ache2001-09-011-4/+0
* Make fseek(... SEEK_CUR) fails if current file-position is unspecified.ache2001-09-012-8/+8
* Note that prev. commit addition is for ftell/ftelloache2001-09-011-2/+6
* Describe ESPIPE as result of unspecified file-position indicator value.ache2001-09-011-2/+7
* Describe file-position behaviour from POSIXache2001-09-011-0/+5
* Strict in the POSIX sence, if file position is unspecified after ungetc() atache2001-09-011-6/+4
* If lseek to wrong value sucessfully happens despite all pre-checks, set __SERRache2001-09-012-1/+4
* If position is underflowed, don't try to hide that fact by recovery, justache2001-09-011-17/+7
* New release note: syslogd -bdd2001-09-012-0/+8
* First check whether the USB transfer was cancelled before starting ton_hibma2001-09-011-9/+12
* Regen.n_hibma2001-09-012-32/+32
* Spelling nit.n_hibma2001-09-011-2/+2
* Make "atapi less" kernels link again.sos2001-09-011-0/+2
* Introduce a -b option that allows the user to specify which address todd2001-09-012-5/+16
* Undo last commit. The problem's been fixed for a long time.dillon2001-09-011-3/+0
* Update a duplicate quotation.kris2001-09-011-2/+2
* Fix some unsafe signal handlers, and be careful not to overflow on fd_set.kris2001-09-011-102/+136
* Don't do unsafe activities in the syscall handler.kris2001-09-011-4/+18
* Remove some unsafe function calls from the signal handlers.kris2001-09-011-6/+14
* Pushdown Giant for: profil(), ntp_adjtime(), ogethostname(),dillon2001-09-013-44/+113
* It is *indeed* possible to run Alpha Linux binaries under emulation.bmah2001-09-011-2/+3
* Giant pushdown sys_exit(), [o]wait(), wait4()dillon2001-09-011-16/+39
* Giant Pushdown ACL syscalls:dillon2001-09-013-93/+213
* regenerate syscallsdillon2001-09-016-25/+25
* Make yield() MPSAFE.dillon2001-09-012-20/+25
* Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(),dillon2001-09-015-23/+70
* Back out disabling ungetc() at 0, use different solution:ache2001-09-015-34/+48
* Axe stale mp_fixme().jhb2001-09-012-2/+0
* o Attach cap_cmp.c and cap_copy.c to the build.rwatson2001-09-011-1/+6
* o More conservative permissions for kerberos.log: 600 instead of 644.rwatson2001-08-311-1/+1
* Describe EOVERFLOW I implement per POSIX.ache2001-08-311-9/+17
* Don't claim memory resources owned by a PNP0C01 device ("system memory")msmith2001-08-311-3/+6
* Add an entry for the Zip 250.murray2001-08-313-0/+18
* Pushdown Giant for nfs syscalls (nfssvc())dillon2001-08-313-36/+69
* Make various posix4 system calls MPSAFE (will fixup syscalls.master later)dillon2001-08-312-84/+190
* Add entries for 3wire terminals. (carrier not supplied, so we set nc).murray2001-08-311-0/+15
OpenPOWER on IntegriCloud