| Commit message (Expand) | Author | Age | Files | Lines |
| * | Disabuse this driver of the notion that it needs to include | Poul-Henning Kamp | 2002-09-28 | 2 | -4/+2 |
| * | There is no need for start/num to be signed in i386_ldt_args. | Peter Wemm | 2002-09-28 | 2 | -4/+4 |
| * | Zero the local-variable mutexes before we call mtx_init() on them, | Poul-Henning Kamp | 2002-09-28 | 1 | -0/+2 |
| * | Repair range checking for reading the ldt list. | Peter Wemm | 2002-09-28 | 2 | -2/+2 |
| * | When spamming me with a printf(9), under DIAGNOSTIC, at least be nice enough | Juli Mallett | 2002-09-28 | 1 | -1/+1 |
| * | Make P_MAGIC fit in p_magic. | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Add support for the BCM5702x chips. | Mitsuru IWASAKI | 2002-09-28 | 2 | -0/+3 |
| * | Don't use GCC shorthand for ?: unless it really matters. | Poul-Henning Kamp | 2002-09-28 | 1 | -2/+3 |
| * | Remove unused includes. | Poul-Henning Kamp | 2002-09-28 | 1 | -4/+4 |
| * | Fix mis-indent. | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Don't call function in return() for a void function. | Poul-Henning Kamp | 2002-09-28 | 3 | -9/+15 |
| * | Fix an indentation problem. | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Don't use unnamed anonymous structs: give it a name. | Poul-Henning Kamp | 2002-09-28 | 1 | -3/+3 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 68 | -173/+174 |
| * | Put the casts on the right hand side of =. | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Don't return(foo(bla)) when foo returns void. | Poul-Henning Kamp | 2002-09-28 | 1 | -2/+4 |
| * | I misplaced a local variable yesterday. | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Correctly order VI_UNLOCK(), local variables and block comment. | Poul-Henning Kamp | 2002-09-28 | 1 | -4/+4 |
| * | Style, whitespace and lint fixes. | Poul-Henning Kamp | 2002-09-28 | 11 | -75/+73 |
| * | Void functions cannot use return(foo) even if foo is also returning void. | Poul-Henning Kamp | 2002-09-28 | 1 | -14/+28 |
| * | Fix two style problems which made FlexeLint unhappy: | Poul-Henning Kamp | 2002-09-28 | 1 | -2/+2 |
| * | Rewrite the kse_create() function to better aproach the semantics we | Julian Elischer | 2002-09-28 | 1 | -56/+71 |
| * | First confirmed kill from my Flexelint license: Check return value | Poul-Henning Kamp | 2002-09-28 | 1 | -0/+4 |
| * | Place 'completed thread anchor' in pre-zero'd secion of the KSEGRP | Julian Elischer | 2002-09-28 | 1 | -1/+1 |
| * | Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, to | Jake Burkholder | 2002-09-28 | 5 | -12/+12 |
| * | Moved most interrupt related code to a new file, interrupt.S. | Jake Burkholder | 2002-09-28 | 4 | -151/+190 |
| * | Zap now-unused SHLIB_MINOR | Peter Wemm | 2002-09-28 | 1 | -1/+0 |
| * | Add a workaround for what seems to be confusion between binutils and the | Jake Burkholder | 2002-09-27 | 4 | -8/+60 |
| * | Add a missing pair of curly braces to a conditional debug | Justin T. Gibbs | 2002-09-27 | 1 | -2/+3 |
| * | Add "missing scratch-pad register" to the first of the two ports | Poul-Henning Kamp | 2002-09-27 | 1 | -2/+2 |
| * | Add a field so we can specify flags per port to the underlying device driver. | Poul-Henning Kamp | 2002-09-27 | 2 | -0/+3 |
| * | Add yet a quick flag to sio: 0x100000 "Scratch pad register missing". | Poul-Henning Kamp | 2002-09-27 | 1 | -6/+5 |
| * | Fix so it compiles with the new disklabel stuff. | Søren Schmidt | 2002-09-27 | 1 | -5/+5 |
| * | Extensively rework the geom_bsd method, put a lot of comments in, betting | Poul-Henning Kamp | 2002-09-27 | 1 | -104/+424 |
| * | Add the new g_slice_config() call, which can add/delete/change a slice, | Poul-Henning Kamp | 2002-09-27 | 8 | -5/+84 |
| * | Make the UP/DOWN threads hold on to their own private mutex while doing | Poul-Henning Kamp | 2002-09-27 | 1 | -2/+26 |
| * | Correctly en/decode MAXPARTITIONS partitions. | Poul-Henning Kamp | 2002-09-27 | 1 | -16/+8 |
| * | Setattr should not retry on EBUSY, we could get EBUSY back because | Poul-Henning Kamp | 2002-09-27 | 1 | -14/+15 |
| * | Various no-ops: | Poul-Henning Kamp | 2002-09-27 | 4 | -11/+5 |
| * | Correctly calculate size of PC98 slices. | Poul-Henning Kamp | 2002-09-27 | 1 | -1/+1 |
| * | Allocate bio's with M_NOWAIT and let the caller deal with the problems. | Poul-Henning Kamp | 2002-09-27 | 1 | -7/+9 |
| * | Add checks for g_clone_bio() returning NULL, it will be possible RSN. | Poul-Henning Kamp | 2002-09-27 | 2 | -1/+18 |
| * | Implement g_call_me() as a way for geom methods to schedule operations | Poul-Henning Kamp | 2002-09-27 | 3 | -1/+36 |
| * | Ok, include also the two tests which actually does effect the claims | Poul-Henning Kamp | 2002-09-27 | 1 | -0/+4 |
| * | Hook into the shutdown EVENTHANDLER and stop tasting things after we | Poul-Henning Kamp | 2002-09-27 | 1 | -0/+16 |
| * | Rename the doorlock to eventlock, it gets to protect a bit more in the future. | Poul-Henning Kamp | 2002-09-27 | 1 | -6/+6 |
| * | Make it a tad easier to deal with struct inode in userland programs which | Poul-Henning Kamp | 2002-09-27 | 1 | -1/+1 |
| * | Use our mount-credential if we get a NOCRED when we try to write out EA | Poul-Henning Kamp | 2002-09-27 | 1 | -0/+2 |
| * | MFNetBSD: Increasre the reset recovery time. (rev 1.69) | Josef Karthauser | 2002-09-27 | 1 | -3/+3 |
| * | MFNetBSD: Update class codes. (rev 1.68) | Josef Karthauser | 2002-09-27 | 1 | -5/+13 |