| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a working version of setjmp/longjmp. | dfr | 2001-09-03 | 4 | -27/+791 |
* | Add a new field, id_config_attr to the struct isa_device. | yokota | 2001-09-03 | 3 | -1/+14 |
* | Add recognition for ToPIC95B | imp | 2001-09-03 | 1 | -0/+3 |
* | Since we're cross compiling from x86, ignore the x86 CPUTYPE by default. | peter | 2001-09-03 | 1 | -0/+1 |
* | Sigh. There are actually two ioctls ranges that need to be watched on the | scottl | 2001-09-03 | 1 | -1/+1 |
* | Attach to a CD device even when the SCSI status is 'busy'. | ken | 2001-09-03 | 1 | -0/+10 |
* | Dont conflict with sysctl debug.mddebug | peter | 2001-09-03 | 1 | -1/+1 |
* | Unindent a if (1) { that was left behind in the last commit. | peter | 2001-09-03 | 2 | -92/+88 |
* | Argh. Make the ia64 kernel work in all situations. For some reason, | peter | 2001-09-03 | 2 | -8/+6 |
* | Fix the argument specifier for the PnP BIOS function 2 | yokota | 2001-09-03 | 2 | -2/+2 |
* | Match the declaration in net/netisr.h. | obrien | 2001-09-03 | 1 | -1/+1 |
* | Because we now store SCCLUN capabilities in firmware attributes, get | mjacob | 2001-09-03 | 1 | -16/+19 |
* | Clarify issues about whether we have SCCLUN (65535 luns) or non-SCCLUN (16 | mjacob | 2001-09-03 | 1 | -31/+62 |
* | Add some more firmware revision macros. Add firmware attributes field | mjacob | 2001-09-03 | 1 | -1/+7 |
* | Return updated blocksize from setblocksize function. | orion | 2001-09-03 | 1 | -1/+1 |
* | Fix return value of cs4281chan_setblocksize. | orion | 2001-09-03 | 1 | -1/+1 |
* | Fix return value of svchan_setblocksize. | orion | 2001-09-03 | 1 | -6/+18 |
* | Fix return value of setblocksize functions. Recording is interspersed | orion | 2001-09-03 | 2 | -2/+2 |
* | + Blah, there was nothing wrong in rev 1.1 talking about the i386/NOTES. | obrien | 2001-09-02 | 1 | -4/+11 |
* | Match the style of very other platform we have. | obrien | 2001-09-02 | 1 | -7/+13 |
* | Work around a bug where the driver's copy of the disklabel gets corrupted | scottl | 2001-09-02 | 1 | -2/+7 |
* | Restrict the range of linux ioctls we will accept. | scottl | 2001-09-02 | 1 | -2/+2 |
* | Add quirk entry for FujiFilm camera. | n_hibma | 2001-09-02 | 1 | -1/+8 |
* | add another prototype and a couple of stopgaps for the in_protosw variant. | julian | 2001-09-02 | 1 | -1/+5 |
* | Always turned on 8bit access card support for the fe driver | shiba | 2001-09-02 | 7 | -42/+0 |
* | The !RESTARTABLE_PANICS code has some loose ends. | peter | 2001-09-02 | 1 | -0/+8 |
* | For ia64, set the default elf brand to be FreeBSD. This is temporarily | peter | 2001-09-02 | 1 | -0/+4 |
* | Sync with i386 / alpha. Whitespace unindent / style prep for kse. | peter | 2001-09-02 | 1 | -79/+77 |
* | Add quirks for Kingbyte USB Pen drive. | n_hibma | 2001-09-02 | 1 | -12/+12 |
* | Only clear endpoint stall if status was USBD_STALLED. | n_hibma | 2001-09-02 | 6 | -9/+15 |
* | Merge from i386: various cleanups including moving the map calculations | peter | 2001-09-02 | 1 | -14/+26 |
* | Fix bus timeout bug which might happen when nsp do suspend I/O burst write. | non | 2001-09-02 | 1 | -9/+23 |
* | Make the fe driver kernel object module to compile in default. | shiba | 2001-09-02 | 2 | -0/+18 |
* | Demand minimum I/O size rather than 0 when it calls | non | 2001-09-02 | 2 | -2/+2 |
* | Update cis tuple parser, add a pccarddevs entry, | shiba | 2001-09-02 | 5 | -2/+78 |
* | Make the fe driver to compile in default under a NEWCARD kernel. | shiba | 2001-09-02 | 1 | -1/+1 |
* | Fix typo; CTLFLAG_RO -> CTLFLAG_RD. | iwasaki | 2001-09-02 | 1 | -1/+1 |
* | Update the fe driver to probe and attach under a NEWCARD kernel. | shiba | 2001-09-02 | 3 | -16/+64 |
* | Use sched_lock to protect rtp_to_pri() and pri_to_rtp() when needed. | jhb | 2001-09-02 | 1 | -0/+4 |
* | Protect pri_to_rtp() with sched_lock when needed. | jhb | 2001-09-02 | 2 | -0/+8 |
* | Use ACL_PERM_NONE instead of hardcoding 0 when initializing | jedgar | 2001-09-01 | 1 | -3/+3 |
* | In the case of ACL_OTHER and undefined ACL entry id's, set | jedgar | 2001-09-01 | 3 | -6/+6 |
* | Small nit: Make both prints use 'at device %d.%d'. | n_hibma | 2001-09-01 | 1 | -1/+1 |
* | Add a MODULE_VERSION declaration. This should prevent duplicate loading | msmith | 2001-09-01 | 1 | -0/+3 |
* | Remove #if 0'd remnants of the old idle page zeroing. | jhb | 2001-09-01 | 1 | -9/+0 |
* | Process priority is locked by the sched_lock, not the proc lock. | jhb | 2001-09-01 | 1 | -2/+2 |
* | o At some point, unmounting a non-EA file system with EA's compiled | rwatson | 2001-09-01 | 1 | -2/+4 |
* | Regenerate syscalls | dillon | 2001-09-01 | 6 | -110/+110 |
* | Synchronize syscalls.master(s) with recent Giant pushdown work | dillon | 2001-09-01 | 6 | -143/+143 |
* | Giant Pushdown: | dillon | 2001-09-01 | 1 | -40/+120 |