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