summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-09-28fix fmovem argument referencecl
2003-09-28catch up with const sigset_tcl
2003-09-28catch up with const sigset_t and const ksiginfo_tcl
2003-09-27A nit I ran into while copying this code for something else...mycroft
2003-09-27Bring some stuff up-to-date. To be continued.is
2003-09-27Allow kernels without the haltwo driver configured to build, i.e.he
2003-09-27pregenerate grf_ultms.c, so that gspa isn't needed during kernel buildis
2003-09-27PPC_OEA is in std.amigappcis
2003-09-27make gcc3's `deprecated use of label at end of compound statement' go awaycl
2003-09-27Cast through (void *) to appease gcc3.cl
2003-09-27Cast through (void *) to appease gcc3.mhitch
2003-09-27sys__sigreturn14 -> compat_16_sys___sigreturn14tsutsui
2003-09-27Use strlcpy() rather than strncpy() + `\0' termination.tsutsui
2003-09-27Fix a non-fatal race condition.mycroft
2003-09-27Put pfsnode in the #ifdef _KERNEL too, so this actually compiles.mycroft
2003-09-27Changes as discussed with itojun on tech-kern. I have modified the enumsdarcy
2003-09-27enable broadcom BCM4401 (bce) driver (as found on recent dell laptops)mrg
2003-09-27add new driver for broadcom BCM4401 chipset (as seen on recent dellmrg
2003-09-27map ERRSRV:ERRbaduid to EAUTHjdolecek
2003-09-27Add options COMPAT_16.tsutsui
2003-09-27Add kern.root_partition (sysinst needs to know it)dsl
2003-09-27Add kern.root_partition (because sysinst needs to know it).dsl
2003-09-27ANSIfy.matt
2003-09-27Use ksi_signo instead of _signo.matt
2003-09-27Remove NOSETTLE flag from channel in FibreChannel case. It makes sense thattls
2003-09-27add SIGTRAMP_VALID and gc old sigcontext <-> ucontext macros.christos
2003-09-27Define SIGTRAMP_VALID properly.matt
2003-09-27Deal with signal trampoline being const.matt
2003-09-26Regen.matt
2003-09-26Constify __sigaction_sigtramp argument 'void * tramp'.matt
2003-09-26Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.hnathanw
2003-09-26Definition, not defintion. From miod@openbsd.wiz
2003-09-26Process has only one c. From miod@openbsd.wiz
2003-09-26On physical layer errors, mark deactivated call descriptors correctly.martin
2003-09-26Add a machine-dependent SIGTRAMP_VALID macro which is used to test whethermatt
2003-09-26TAB/space cleanup.tsutsui
2003-09-26Add needed header file.christos
2003-09-26Add necessary include file.christos
2003-09-26fix fallout from frame to frame * conversion.christos
2003-09-26When releasing all cd's associated with a controller, don't stoppooka
2003-09-26catch up with const sigset_tchristos
2003-09-26bring in MI declarations.christos
2003-09-26catch up with const sigset_tchristos
2003-09-26move MI stuff to the MI includechristos
2003-09-26move MI stuff to the MI include.christos
2003-09-26add catch up with const sigset_t *christos
2003-09-26catch up with const sigset_t *christos
2003-09-26Copy out the entire ksiginfo_t, not just the first word.matt
2003-09-26Remove casts and use %x in printf for tc_offset_t,tsutsui
2003-09-26Attach haltwo on Indigo2 machines also, it reportedly works on them.lonewolf