summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ability to use csh(1) as the make(1) shell.jmallett2002-09-291-1/+3
* New translationgioria2002-09-281-34/+39
* Make make(1) WARNS=6 clean except for const issues. This mostly involvesjmallett2002-09-287-69/+69
* New translationgioria2002-09-281-72/+92
* s/behaviour/behavior/ in the chmod(1) manualtrhodes2002-09-281-1/+1
* Deal with some SMP races by doing the entire copyin at once ratherpeter2002-09-282-30/+56
* Continuing MFen 1.423gioria2002-09-281-787/+1046
* Rename "struct device" to "struct midway_device" to avoid clashingphk2002-09-282-3/+3
* Move includ of <sys/bus_priate.h> later to get semantic identity ofphk2002-09-281-1/+1
* Change a return to a break so the local buffers get properly freeed.phk2002-09-281-1/+1
* s/struct dev_t */dev_t */phk2002-09-281-1/+1
* This driver doesn't need to include <sys/bus_private.h> either.phk2002-09-282-2/+0
* Disabuse this driver of the notion that it needs to includephk2002-09-282-4/+2
* There is no need for start/num to be signed in i386_ldt_args.peter2002-09-282-4/+4
* Fix merge error in previous commit.jmallett2002-09-281-1/+1
* Add empty default cases where they should be, remove non-local execution stuffjmallett2002-09-289-14/+36
* Zero the local-variable mutexes before we call mtx_init() on them,phk2002-09-281-0/+2
* Repair range checking for reading the ldt list.peter2002-09-282-2/+2
* We go more on MFen 1.423gioria2002-09-281-63/+114
* When spamming me with a printf(9), under DIAGNOSTIC, at least be nice enoughjmallett2002-09-281-1/+1
* Make P_MAGIC fit in p_magic.phk2002-09-281-1/+1
* Add support for the BCM5702x chips.iwasaki2002-09-282-0/+3
* Don't use GCC shorthand for ?: unless it really matters.phk2002-09-281-2/+3
* Remove unused includes.phk2002-09-281-4/+4
* Fix mis-indent.phk2002-09-281-1/+1
* Newer Netgear MA401RA entry.imp2002-09-281-0/+6
* Don't call function in return() for a void function.phk2002-09-283-9/+15
* Fix an indentation problem.phk2002-09-281-1/+1
* Don't use unnamed anonymous structs: give it a name.phk2002-09-281-3/+3
* Be consistent about "static" functions: if the function is markedphk2002-09-2868-173/+174
* Create symlink for /etc/group. MAKEDEV file will use this file (group namematusita2002-09-282-0/+2
* Put the casts on the right hand side of =.phk2002-09-281-1/+1
* Don't return(foo(bla)) when foo returns void.phk2002-09-281-2/+4
* I misplaced a local variable yesterday.phk2002-09-281-1/+1
* Correctly order VI_UNLOCK(), local variables and block comment.phk2002-09-281-4/+4
* Style, whitespace and lint fixes.phk2002-09-2811-77/+75
* Void functions cannot use return(foo) even if foo is also returning void.phk2002-09-281-14/+28
* Fix two style problems which made FlexeLint unhappy:phk2002-09-281-2/+2
* Rewrite the kse_create() function to better aproach the semantics wejulian2002-09-281-56/+71
* First confirmed kill from my Flexelint license: Check return valuephk2002-09-281-0/+4
* Remove masking macros for getwc(), putwc(), putwchar() and getwchar().tjr2002-09-285-17/+4
* Place 'completed thread anchor' in pre-zero'd secion of the KSEGRPjulian2002-09-281-1/+1
* Remove more two-letters names,ache2002-09-281-8/+9
* Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, tojake2002-09-285-12/+12
* Moved most interrupt related code to a new file, interrupt.S.jake2002-09-284-151/+190
* Zap now-unused SHLIB_MINORpeter2002-09-2840-40/+1
* Add a workaround for what seems to be confusion between binutils and thejake2002-09-274-8/+60
* Add a missing pair of curly braces to a conditional debuggibbs2002-09-271-2/+3
* Update to match current kernel code.phk2002-09-275-203/+207
* Add "missing scratch-pad register" to the first of the two portsphk2002-09-271-2/+2
OpenPOWER on IntegriCloud