summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* <machine/types.> -> <sys/types.h>grehan2002-09-191-1/+1
* Fix clearing of recoverable exception MSR bit when disablinggrehan2002-09-191-1/+1
* Additional machdep sysctl constants needed for userland utilsgrehan2002-09-191-2/+6
* Added sparse address support, required by the macio ATA devicegrehan2002-09-191-4/+9
* Fixed branch labelsgrehan2002-09-191-5/+5
* - bring vm_mapbuf/unmapbuf in line with other archsgrehan2002-09-192-84/+50
* - make sure recoverable interrupts are re-enabled in the trap handlergrehan2002-09-192-14/+6
* - worked around 32-bit big-endian syscall return value problemgrehan2002-09-192-18/+40
* Add sync before isync for G4 cpusgrehan2002-09-191-1/+1
* - use symbol for user-context offsetgrehan2002-09-191-2/+7
* - use BAT registers to map device space and physical memorygrehan2002-09-193-84/+402
* - psim device supportgrehan2002-09-191-17/+38
* Clear on-demand BAT entries to properly restore OpenFirmware'sgrehan2002-09-192-0/+12
* psim device supportgrehan2002-09-192-0/+10
* - implemented sendsig/sigreturngrehan2002-09-192-676/+338
* - moved intrcnt/intrnames to locore.s to fix sysctl -a panicgrehan2002-09-195-12/+36
* - rationalised includesgrehan2002-09-191-11/+13
* - removed unnecessary includesgrehan2002-09-191-28/+7
* Repo copied to <sys/smbus/smb.h>peter2002-09-191-64/+0
* Repo copied to <sys/iicbus/iic.h>peter2002-09-191-47/+0
* intmax_t is printed with %jd, not %lld.obrien2002-09-191-7/+7
* Return the correct environment name for 64-bit platforms in thewollman2002-09-191-1/+2
* simos.c needs a to be updated from the old pci shims. Yell loudly butpeter2002-09-191-0/+7
* Completely revamp the way getconf(1) works, for better adherence to thewollman2002-09-1910-189/+457
* Add Yet Another Duplicate of the font.h and ukbdmap.h rules. Removepeter2002-09-191-4/+9
* Add dev/iicbus and dev/smbus to LSUBDIRS listpeter2002-09-191-1/+2
* move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> andpeter2002-09-192-5/+2
* fix style.. Return in the kernel always has () around the arguments.julian2002-09-191-1/+1
* Compiler was correct:julian2002-09-191-1/+1
* move wl (isa wavelan card, not "wi") to i386-onlypeter2002-09-192-7/+6
* move "profile 2" to i386peter2002-09-192-4/+4
* move ncv, nsp, stg to i386-only section (there is no pc98-specific version)peter2002-09-192-9/+14
* Move dgb to the i386 sectionpeter2002-09-192-11/+11
* Update the KSE test utility to the new KSE API.mini2002-09-193-319/+482
* Add some extra directories created by recent versions of XFree86-4kris2002-09-191-0/+10
* If M_PKTHDR is set then we don't need to do a loop to find the total length.darrenr2002-09-191-0/+3
* Welcome the sem_ API to libc!alfred2002-09-193-1/+709
* Install _semaphore.h.alfred2002-09-191-1/+1
* add a stub for pthread_cond_destroy.alfred2002-09-191-0/+7
* Regen for added syscalls.alfred2002-09-198-3/+94
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.alfred2002-09-1910-4/+195
* Bring in my implementation of kernel support for posix realtime semaphoresalfred2002-09-181-0/+835
* Remove un-needed stack variable 'ops'.rwatson2002-09-189-27/+18
* style nit: unsigned -> u_int in the kernel, particularly tobmilekic2002-09-181-11/+11
* more style fixes: 'unsigned' should be 'u_int' in this file.bmilekic2002-09-181-2/+2
* style(9): tab after #define.mike2002-09-181-12/+12
* Convert descriptions in the ERRORS section to full sentences if theytruckman2002-09-1811-18/+23
* Clarify comment to "Code borrowed from if_fxp.c" to deal with runningambrisko2002-09-181-1/+1
* Add a missing file into the CLEANFILES variable.mux2002-09-182-2/+2
* Whitespace-only indention fixups for revision 1.20. This lets the 1.20jhb2002-09-181-31/+31
OpenPOWER on IntegriCloud