Age | Commit message (Expand) | Author |
2008-06-09 | Remove fillw(). Bonus points if you do not remember what it was used for. | Miod Vallat |
2008-06-09 | Sparc64 MMUs have an address hole, too, and the pmap implementation we | Miod Vallat |
2008-06-09 | Create a real holp by using uvm_map() with UVM_FLAG_HOLE in pmap_remove_holes(). | Miod Vallat |
2008-06-09 | Don't use u_int to store a 64-bit address. Found with help from miod@. | Mark Kettenis |
2008-06-09 | Place manuals in the MD directories; from pierre.riteau@gmail | Theo de Raadt |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2008-06-08 | Make sure to cnpollc(1)/cnpollc(0) around cngetc() or getsn() calls. | Miod Vallat |
2008-06-08 | Change boot() logic, to match what other platforms do and avoid duplicating | Miod Vallat |
2008-06-08 | alpha/conf/RAMDISK | Theo de Raadt |
2008-06-08 | Make serial console on non-primary ports work to on i386. | Mark Kettenis |
2008-06-08 | put the PCF_FREQ codes into the clock | Theo de Raadt |
2008-06-08 | Make UltraSPARC-IV work. | Mark Kettenis |
2008-06-07 | add a disabled com4 device for a Fujitsu Stylistic Touchscreen | Robert Nagy |
2008-06-07 | Add acphy/mtdphy/luphy/sqphy which are used by dc(4), hme(4) and ne(4). | Brad Smith |
2008-06-07 | Kill ACPIVERBOSE. It was never used and is worthless to boot. | Marco Peereboom |
2008-06-06 | Remove long dead meat. | Miod Vallat |
2008-06-05 | Allow pchb(4) to find additional non-coherent HyperTransport links | Brad Smith |
2008-06-04 | olf support starts to die (easy stuff first); ok miod | Theo de Raadt |
2008-06-04 | adderss -> address | Miod Vallat |
2008-06-02 | No need to enable the interrupt in psycho_set_intr(); intr_establish() already | Mark Kettenis |
2008-06-02 | Move interrupt setup to before ddb setup not after. | Jonathan Gray |
2008-06-01 | Unlink handled interrupts from the list of pending interrupts atomically. | Mark Kettenis |
2008-06-01 | Re-enable new parser. Lots of testing by various folks. Fits all media | Marco Peereboom |
2008-06-01 | Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64. | Mark Kettenis |
2008-06-01 | Remove iobviously untrue comment. | Mark Kettenis |
2008-05-30 | Remove the untracked mapping before calling uvm_km_free(), otherwise the | Federico G. Schwindt |
2008-05-30 | skip ext2fs on this | Theo de Raadt |
2008-05-28 | Enable hme(4). Reported to work by Stian Sletner. | Mark Kettenis |
2008-05-28 | Add a boot.8 manual page (copied straight from armish). This will in turn | Miod Vallat |
2008-05-28 | Add a boot.8 manual page (adapted from other platforms which use the MI | Miod Vallat |
2008-05-28 | Don't document ``device foo'' yet either. | Miod Vallat |
2008-05-28 | Add a boot.8 manual page (adapted from other platforms which use the MI | Miod Vallat |
2008-05-27 | Since the vtophys stuff was nuked, drm now works on amd64 too. Add the | Owain Ainsworth |
2008-05-26 | do not muck with the mountroot variable, since setroot() uses the state of | Theo de Raadt |
2008-05-26 | Fix typo, such that this actually compiles. | Mark Kettenis |
2008-05-26 | Count outbound packets. | Brad Smith |
2008-05-26 | Make bringing the interface down work properly (includes a line stolen | Mark Kettenis |
2008-05-26 | Make sure we build man pages on stand/ on all architectures. | Mark Kettenis |
2008-05-26 | Add tsec(4) on RAMDISK kernels (and make a comment in GENERIC a bit more | Mark Kettenis |
2008-05-26 | - also zap userldt here | Jasper Lievisse Adriaanse |
2008-05-26 | Enable cmpci(4) and eso(4). | Brad Smith |
2008-05-25 | Don't forget to actually return a value in ttyname(), and fix a bunch of | Miod Vallat |
2008-05-25 | Specify the PHY to be used in the kernel config instead of hardcoding it | Mark Kettenis |
2008-05-25 | Default to full-duplex MII mode such that a directly connected integrated | Mark Kettenis |
2008-05-25 | Fix typo; makes TSEC2 actually get Rx interrupts. | Mark Kettenis |
2008-05-25 | Move cmpci(4) and eso(4) out of the untested section. | Brad Smith |
2008-05-25 | Enable emu(4). | Brad Smith |
2008-05-25 | Nuke a couple of unused variables (booted_device, booted_partition). | Kenneth R Westerback |
2008-05-24 | Found some documentation that suggests that CMU-CH doesn't have an IOMMU and | Mark Kettenis |
2008-05-24 | Add Psycho variants found on the SPARC Enterprise M4000/M5000/M8000/M9000. | Mark Kettenis |