Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-30 | When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant; | Miod Vallat | |
also deliver SIGILL/ILL_COPROC rather than SIGFPE/FPE_FLTINV for disabled or missing floating point support. | |||
2006-01-20 | b_un.b_addr -> b_data; no functional change. | Miod Vallat | |
2006-01-17 | Use angle bracket and no relative paths for all include files which are not | Miod Vallat | |
created by config(8); no functional change. | |||
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller | |
architectures. They are now defined as unsigned long, long, long and unsigned long respectively. | |||
2006-01-11 | Use bounded string functions while constructing the disassembly lines; plus | Miod Vallat | |
this compiles into smaller code! | |||
2006-01-11 | Let's move the orphans to the Attic. | Miod Vallat | |
2006-01-10 | Remove duplicate _C_LABEL define. OK miod@ | Todd C. Miller | |
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 | |
Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable | |||
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller | |
rename the types using the __ protected namespace (e.g. __size_t). Idea from FreeBSD. | |||
2006-01-04 | add sysctl machdep.console_device support | Martin Reindl | |
2006-01-02 | Check db_console before entering ddb. | Miod Vallat | |
2006-01-02 | No need to check for P_INMEM in process_set_pc() and process_sstep(), as these | Miod Vallat | |
function are only invoked between PHOLD and PRELE. | |||
2006-01-02 | Kill enablertclock. | Miod Vallat | |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat | |
thus removing the need for drivers to initialize cn_pri to CN_DEAD when hardware probe fails. | |||
2006-01-01 | Don't need to include machine/types.h here. OK and tested by miod@ | Todd C. Miller | |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat | |
which duplicates work done by uvm_swap_init(). | |||
2005-12-23 | Make sure child_return() returns with carry clear and r0 = r1 = 0. | Miod Vallat | |
2005-12-22 | Set correct partition offset to 0 when initializing RAW_PART. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-12-20 | Vax does not need to __HAVE_PMAP_PHYSSEG. | Miod Vallat | |
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 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller | |
in sys/cdefs.h) instead of _FOO_SOURCE. Also fix several namespace pollution issues, including the byte order defines. OK deraadt@ | |||
2005-12-10 | {en,re}trys -> {en,re}tries; eyeballed by jmc@ | Miod Vallat | |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt | |
cruft for old compilers and environments. there may be a 2nd round of polishing after this; ok miod and others | |||
2005-11-24 | splimp -> splhigh | Brad Smith | |
ok martin@ | |||
2005-11-24 | splimp -> spluba | Brad Smith | |
ok martin@ | |||
2005-11-24 | splimp -> spl6 | Brad Smith | |
ok martin@ | |||
2005-11-24 | splimp -> splbio | Brad Smith | |
ok martin@ | |||
2005-11-24 | splimp -> splvm | Brad Smith | |
ok martin@ | |||
2005-11-24 | splimp -> splnet | Brad Smith | |
ok martin@ | |||
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller | |
userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@. | |||
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat | |
2005-11-12 | Make sure we only touch associated processes of physical buffers. | Pedro Martelletto | |
Okay deraadt@. | |||
2005-11-08 | use atop() | Martin Reindl | |
2005-11-06 | Kill deprecated vm_offset_t and vm_size_t types on vax. | Miod Vallat | |
2005-09-15 | In syscall(), do not recompute the struct proc * after the syscall has | Miod Vallat | |
succeeded. This used to be necessary for fork(), when returning in the child, but we return in the child in child_return() which does TRT. ok art@ | |||
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat | |
processes. ok art@ uwe@ (some time ago) | |||
2005-08-24 | some scsi xs transactions can come in without a buffer pointer obviously; ↵ | Theo de Raadt | |
tested by unpronounceable | |||
2005-08-06 | Remove 16 bit mode_t leftover in syscall processing. | Miod Vallat | |
ok deraadt@ | |||
2005-08-06 | We do not need a char machine_arch[] constant. | Miod Vallat | |
ok deraadt@ | |||
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne | |
ok deraadt@ beck@ marco@ | |||
2005-07-30 | Pull in moddi3.c and negdi2.c from libkern since libz needs them. | Todd C. Miller | |
2005-07-14 | More netccitt and netns removals; OK henning, brad, mickey | Uwe Stuehler | |
2005-07-02 | Remove dead code; ok deraadt@ | Miod Vallat | |
2005-06-30 | oops, used USRPTSIZE incorrectly | Theo de Raadt | |
2005-06-29 | 40MB virtual address space in p0; start mmap's 8MB into the data segment | Theo de Raadt | |
ok tdeval | |||
2005-06-12 | index() function is deprecated and shouldn't be used in new code, | Xavier Santolaria | |
replace it with strchr(). tested and ok martin@, ok deraadt@. | |||
2005-06-08 | remove netns crud. | Henning Brauer | |
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad |