Age | Commit message (Expand) | Author |
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat |
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller |
2006-01-11 | hotplug(4) and hotplugd(8) here | Martin Reindl |
2006-01-10 | The __CONCAT macro here collides with the one in cdefs.h pulled in via | Martin Reindl |
2006-01-09 | Disable an(4) on BE archs until it works. | Jonathan Gray |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2005-12-31 | Nuke unused cdev_wscons_init() macro. | Miod Vallat |
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat |
2005-12-25 | KERN_RESOURCE_SHORTAGE -> ENOMEM | Miod Vallat |
2005-12-22 | Postpone the hil console detection logic to the first detection of a keyboard. | Miod Vallat |
2005-12-22 | 'spoofonly' does not mean what I thought it meant. The whole point is | Kenneth R Westerback |
2005-12-22 | Bad commit, breaks hppa64. Prompted by deraadt@ | Marco Peereboom |
2005-12-21 | Add MACHINE_STACK_ALIGN define. | Marco Peereboom |
2005-12-19 | Fix hppa ldcw alignment issue. | Marco Peereboom |
2005-12-14 | make va_arg() map to nothing; ok millert | Theo de Raadt |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller |
2005-12-14 | Make clock_t consistent across platforms as a 32 bit int. OK deraadt@ | Todd C. Miller |
2005-12-13 | remove ad clause that got copied from older versions of the files; pto by jsg@ | Michael Shalayeff |
2005-12-13 | nuke unused BTOPKERNBASE define | Martin Reindl |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-12-12 | Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4, | Miod Vallat |
2005-12-12 | Nuke leftover references to procfs_mem.h. | Miod Vallat |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat |
2005-12-06 | Remove fdescfs | Pedro Martelletto |
2005-11-28 | use atop(), remove last traces of Mach macros from hppa and hppa64 | Martin Reindl |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-10-27 | em kind of works now (not under heavy nfs load); ok brad | Theo de Raadt |
2005-10-26 | no more hppa_round_page() and hppa_trunc_page() macros | Martin Reindl |
2005-10-12 | regen | Michael Shalayeff |
2005-10-12 | add few other ancient cpu types we have not seen yet | Michael Shalayeff |
2005-09-27 | Don't try to read the DOS label from the device if spoofonly is 1. | Kenneth R Westerback |
2005-09-15 | In syscall(), do not recompute the struct proc * after the syscall has | Miod Vallat |
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat |
2005-09-06 | fix two conf space related hw erratas; dino-moh-humm | Michael Shalayeff |
2005-09-06 | regen | Michael Shalayeff |
2005-09-06 | add proj namesand those more modern cpus we do not have ids for yet | Michael Shalayeff |
2005-08-28 | axe gig needs eephy; noted by dlg/jsg, add to required media | Theo de Raadt |
2005-08-14 | Add mquery to the system calls which need extra care due to off_t arguments | Miod Vallat |
2005-08-06 | We do not need a char machine_arch[] constant. | Miod Vallat |
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne |
2005-08-01 | Change the compilers default scheduling settings from PA-8000 (4 instructions | Miod Vallat |
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat |
2005-07-31 | remove the config glue between the /dev entry for ses and its driver | David Gwynne |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt |
2005-07-15 | - add /bsd.rd to FILES | Jason McIntyre |
2005-07-11 | align some stupid comments | Michael Shalayeff |