Age | Commit message (Expand) | Author |
2006-06-01 | Change spl4() to spl7() to raise-only semantics. | Miod Vallat |
2006-05-30 | Define meaningful values for IPL_ levels, which directly map to the spl | Miod Vallat |
2006-05-30 | Map buffers with pmap_kenter_pa() instead of pmap_enter(). | Miod Vallat |
2006-04-17 | Remove unused struct mdproc fields. | Miod Vallat |
2006-04-16 | Convert the last remaining net-driver users of ether_input to ether_input_mbuf. | Christopher Pascoe |
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-15 | Correct checks against cd_ndevs - valid numbers are strictly inferior to | Miod Vallat |
2006-03-12 | IPL_IMP -> IPL_VM | Brad Smith |
2006-03-12 | remove splimp. | Brad Smith |
2006-03-07 | Remove COMPAT_1x stuff inherited from NetBSD, which does not apply to us. | Miod Vallat |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-02-22 | Remove unused _{ins,rem}que functions - they were not even implemented on | Miod Vallat |
2006-01-30 | When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant; | Miod Vallat |
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 |
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller |
2006-01-11 | Use bounded string functions while constructing the disassembly lines; plus | Miod Vallat |
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 |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
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 |
2006-01-02 | Kill enablertclock. | Miod Vallat |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
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 |
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 |
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 |
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 |
2005-11-24 | splimp -> splhigh | Brad Smith |
2005-11-24 | splimp -> spluba | Brad Smith |
2005-11-24 | splimp -> spl6 | Brad Smith |
2005-11-24 | splimp -> splbio | Brad Smith |
2005-11-24 | splimp -> splvm | Brad Smith |
2005-11-24 | splimp -> splnet | Brad Smith |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
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 |