summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge from i386: various cleanups including moving the map calculationspeter2001-09-021-14/+26
* | Fix bus timeout bug which might happen when nsp do suspend I/O burst write.non2001-09-021-9/+23
* | Make the fe driver kernel object module to compile in default.shiba2001-09-022-0/+18
* | Demand minimum I/O size rather than 0 when it callsnon2001-09-022-2/+2
* | Update cis tuple parser, add a pccarddevs entry,shiba2001-09-025-2/+78
* | Make the fe driver to compile in default under a NEWCARD kernel.shiba2001-09-021-1/+1
* | Fix typo; CTLFLAG_RO -> CTLFLAG_RD.iwasaki2001-09-021-1/+1
* | Update the fe driver to probe and attach under a NEWCARD kernel.shiba2001-09-023-16/+64
* | Document my tweaks better.obrien2001-09-021-9/+10
* | Use sched_lock to protect rtp_to_pri() and pri_to_rtp() when needed.jhb2001-09-021-0/+4
* | Protect pri_to_rtp() with sched_lock when needed.jhb2001-09-022-0/+8
* | From Mike Silbersack's message on cvs-commits:logo2001-09-021-0/+4
* | strtol -> strtoll (for off_t file size)ache2001-09-011-1/+1
* | File positions are off_t nowdays, not long, so:ache2001-09-011-3/+3
* | Use ACL_PERM_NONE instead of hardcoding 0 when initializingjedgar2001-09-011-3/+3
* | In the case of ACL_OTHER and undefined ACL entry id's, setjedgar2001-09-013-6/+6
* | Small nit: Make both prints use 'at device %d.%d'.n_hibma2001-09-011-1/+1
* | File positions are off_t nowdays, not long, so:ache2001-09-011-5/+5
* | File positions are off_t nowdays, not long, so:ache2001-09-013-3/+3
* | Add a MODULE_VERSION declaration. This should prevent duplicate loadingmsmith2001-09-011-0/+3
* | File positions are off_t nowdays, not long, so:ache2001-09-014-14/+14
* | Another punctuation fix (missing comma ending preposition).chris2001-09-011-1/+1
* | o Mention the fact that specifying a fileid of 0 searches all loadedchris2001-09-011-1/+4
* | use correct "compile" directory, which is ../../compile/<filename>luigi2001-09-011-1/+1
* | 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
OpenPOWER on IntegriCloud