Age | Commit message (Expand) | Author |
2006-06-01 | Right at the end of a debug kernel build, the current Makefile copies bsd | Christopher Pascoe |
2006-05-29 | Convert NetBSD new-style %b strings to old-style. | Miod Vallat |
2006-05-27 | unknown ioctl is ENOTTY not EINVAL | Jason Wright |
2006-05-14 | Make the array of fpu exception types/codes big enough. | Mark Kettenis |
2006-05-07 | Long due update from a.out to ELF (slightly different) relocation defines, | Miod Vallat |
2006-04-29 | fix build after timestamping addition; sparc pointed out by pvalchev@ | Christian Weisgerber |
2006-04-27 | 2 lines of code in most drivers, to do the timestamping; ok miod kettenis | Theo de Raadt |
2006-04-16 | Remove can't happen DIAGNOSTIC check. | 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-23 | Extra parentheses in comments. | Ray Lai |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-15 | Switch sparc to device_register() to find out its boot device (when it's a | Miod Vallat |
2006-03-15 | Entries in cd_devs[] may be NULL, so be sure to check for them in your | Miod Vallat |
2006-03-12 | Previous fix was half-done, move the wsscreen_list array into the softc | Miod Vallat |
2006-03-12 | When attaching a wsdisplay, the wsscreen_list structure can not be on the | Miod Vallat |
2006-03-12 | remove splimp. | Brad Smith |
2006-03-04 | These devices are DV_DULL, not DV_IFNET... not that it really matters. | Miod Vallat |
2006-03-04 | Properly display underlined space characters. | Miod Vallat |
2006-02-28 | Shrink NKMEMPAGES_MAX back to 4MB for 3.9, as this still has issues on >= 512MB | Miod Vallat |
2006-02-25 | Put quotation marks around names of unconfigured devices. | Mark Kettenis |
2006-02-22 | Constify arrays and strings; plus KNF. | Miod Vallat |
2006-02-22 | Attach as scf0 as per the config(8) stanza, instead of sysconfig0. | Miod Vallat |
2006-02-22 | Remove unused probeset() function. | Miod Vallat |
2006-02-22 | Remove unused _{ins,rem}que functions - they were not even implemented on | Miod Vallat |
2006-02-12 | Disable sync when blanking if display.vblank is set to off. | Miod Vallat |
2006-02-12 | Run the tvtwo emulation mode in the 8 bit plane, and keep mapped mode 32 bit. | Miod Vallat |
2006-02-12 | Don't cause the screen border to be black; but we have to clear the whole | Miod Vallat |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2006-01-30 | When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant; | Miod Vallat |
2006-01-27 | Oops, removed too many includes in 1.34 by mistake; spotted matthieu@ | Miod Vallat |
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat |
2006-01-20 | b_un.b_addr -> b_data; no functional change. | Miod Vallat |
2006-01-20 | Use <dev/sun/disklabel.h> instead of similar <machine/sun_disklabel.h> on | Miod Vallat |
2006-01-15 | Sync sc_memcopy and sc_memzero signatures with bcopy and bzero. | Miod Vallat |
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller |
2006-01-12 | - add a missing htons() to the receive checksum routine to fix | Brad Smith |
2006-01-10 | Remove duplicate _C_LABEL define. OK miod@ | Todd C. Miller |
2006-01-09 | Remove completely obsolete comment from the pre-wscons sparc days in | Miod Vallat |
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-01 | Don't need to include machine/types.h here. OK and tested by miod@ | Todd C. Miller |
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | 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-30 | Make PT_SETFPREGS work even if the process didn't use the fpu yet. | Mark Kettenis |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat |