Age | Commit message (Expand) | Author |
2004-11-19 | More aggressive strip flags for non debug kernels; this is a noop on some | Miod Vallat |
2004-11-12 | #atu | Theo de Raadt |
2004-11-10 | Remove __cplusplus crud. | Alexander Yurchenko |
2004-11-09 | Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappings | Claudio Jeker |
2004-11-03 | Enable pcscp; from Martin Reindl <mreindl at catai.org> | Xavier Santolaria |
2004-11-02 | Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional | Miod Vallat |
2004-10-30 | vaddr_t casts for vtophys, works on amd64, enabled in GENERIC | Can Erkin Acar |
2004-10-28 | SIGFPE signal codes. | Mark Kettenis |
2004-10-23 | configure() -> cpu_configure() | Michael Coulter |
2004-10-22 | Remove option CPU hack, no changes in .o files. | Alexander Yurchenko |
2004-10-13 | readd commented out isadma entry | Brad Smith |
2004-10-11 | strip out quite a few of the ISA devices | Brad Smith |
2004-10-09 | size works now on cross-size .o files | Michael Shalayeff |
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko |
2004-10-05 | Get prototypes through cons_decl(), so that they are always right. | Miod Vallat |
2004-10-05 | Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet. | Jonathan Gray |
2004-09-25 | Remove aapic, ok deraadt@ | Alexander Yurchenko |
2004-09-21 | $OpenBSD$ tag | Alexander Yurchenko |
2004-09-20 | addres -> address | Miod Vallat |
2004-09-16 | Rely upon __LP64__ to choose {U,}LONG_{MIN,MAX} values, rather than a | Miod Vallat |
2004-09-16 | spacing | Theo de Raadt |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated architec... | Michael Shalayeff |
2004-09-14 | eap tested to work; tybollt@solace.mh.se | Theo de Raadt |
2004-09-06 | rl fits on install media again | Theo de Raadt |
2004-08-27 | Support USB keyboards on install where USB support is enabled. ok deraadt@ | Dale Rahn |
2004-08-24 | Sync with i386 cdboot.8: | Tom Cosgrove |
2004-08-24 | Correctly document the order in which cdboot looks for kernels. | Tom Cosgrove |
2004-08-24 | Have cdboot look for /3.6/amd64/bsd.rd first. | Tom Cosgrove |
2004-08-24 | Have cdbr look for cdboot at /3.6/amd64/cdboot as well as at /cdboot. | Tom Cosgrove |
2004-08-21 | Hook cdbr and cdboot into the build. | Tom Cosgrove |
2004-08-21 | Enter cdboot, a CD-specific second-stage bootrap. Based on the i386 | Tom Cosgrove |
2004-08-21 | Enter cdbr, an El Torito no-emulation CD boot sector that fits | Tom Cosgrove |
2004-08-20 | Enable com@puc now that it works. OK deraadt@ miod@ henning@. | Todd C. Miller |
2004-08-18 | Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1, | Tom Cosgrove |
2004-08-14 | Add isa vga to amd64 install media kernels. This makes it possible to | Kenneth R Westerback |
2004-08-11 | In dkcsumattach() avoid modifying bootdev until we are done matching. | Todd C. Miller |
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt |
2004-08-06 | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok | Michael Shalayeff |
2004-08-04 | There are so many reasons why a printf in an ipi is a very bad idea. | Artur Grabowski |
2004-08-03 | Hehehe. Remove an #if 0 function that was used in the early days to debug | Artur Grabowski |
2004-08-03 | include a few more ethernet drivers | Theo de Raadt |
2004-08-02 | Heuristic approach to 'trace' in ddb which works without frame pointers. | Andreas Gunnarsson |
2004-08-02 | Remove a completly unnecessary compare that sneaked in while | Artur Grabowski |
2004-08-01 | why was cdce not added here? Come on. | Theo de Raadt |
2004-07-24 | Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=', | Todd C. Miller |
2004-07-22 | Change a printf+Debugger pair into a panic. | Artur Grabowski |
2004-07-22 | Use mutex instead of SIMPLELOCK for locking the tlb shootdown queues | Artur Grabowski |
2004-07-22 | mutex instead of SIMPLELOCK for mp ddb. | Artur Grabowski |
2004-07-22 | Fix access to direct mapped memory through /dev/kmem. | Artur Grabowski |
2004-07-20 | MD mutex implementation on amd64. | Artur Grabowski |