Age | Commit message (Expand) | Author |
2016-02-28 | Rename ddb_trap_glue() to db_trap_glue(). | Martin Pieuchot |
2016-02-26 | Remove stale RAIDframe entries from chrtoblktbl. | natano |
2016-02-24 | Restore validity checks for the disklabels read from disk. They | Kenneth R Westerback |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2016-01-08 | Enable uonerng(4) where ualea(4) is already present. | Martin Pieuchot |
2015-12-19 | move to 5.9-beta | Theo de Raadt |
2015-12-19 | Enable agp(4), this makes X11 usable on my Dual G5 with radeondrm(4). | Martin Pieuchot |
2015-12-08 | No trailers has been the default and only option for 20 years, yet some | Ted Unangst |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-23 | sync to GENERIC | Theo de Raadt |
2015-11-23 | Attaches zs(4) as "zs" not "zsc". | Martin Pieuchot |
2015-11-15 | everyting -> everything | Miod Vallat |
2015-11-15 | Make sure every mtmsr instruction disabling external interrupts is immediately | Miod Vallat |
2015-11-14 | No need to include <net/bpfdesc.h> | Martin Pieuchot |
2015-11-01 | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE | Miod Vallat |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-23 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap | Claudio Jeker |
2015-10-21 | Do not call uvm_swap_finicrypt_all() a second time in dumpsys(). | Martin Pieuchot |
2015-09-30 | Remove some trailing whitespace. | Kenneth R Westerback |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-28 | More mechanical switching to readdisksector(), although this is a | Kenneth R Westerback |
2015-09-28 | Use readdisksector() instead of manual buf initialization. | Kenneth R Westerback |
2015-09-19 | trivial "if(x) free(x)" replacement by "free(x)" | Sebastien Marie |
2015-09-14 | unify free(NULL,size) behaviour by allowing passing NULL | Sebastien Marie |
2015-09-13 | remove delta | Theo de Raadt |
2015-09-11 | Build actual boot code with -D_STANDALONE so that we do not include userland | Miod Vallat |
2015-09-08 | sizes for free(); ok semarie | Theo de Raadt |
2015-09-06 | seperate a variable into two, so that the size of a free() is remembered. | Theo de Raadt |
2015-09-06 | pretty simple size for free() | Theo de Raadt |
2015-08-30 | Enable xhci(4) now that it attaches correctly on my G5. | Martin Pieuchot |
2015-08-30 | Map the whole config1 space based on the size read from the | Martin Pieuchot |
2015-08-24 | Workaround for slow bm(4) from NetBSD PR 33667 via Donovan Watteau on | Martin Pieuchot |
2015-08-14 | replace the asm mutexes with a c implementation. | David Gwynne |
2015-07-29 | 17 years ago, setfault() was modified to save the status register in the | Miod Vallat |
2015-07-21 | add braces to avoid an uninitialised variable use | Jonathan Gray |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-07-17 | Make sound cards work on older PowerMacs. | Martin Pieuchot |
2015-07-17 | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out | Miod Vallat |
2015-07-08 | MFREE(9) is dead, long live m_freem(9)! | Martin Pieuchot |
2015-06-26 | move the ppc mplock implementation from macppc to powerpc. | David Gwynne |
2015-06-26 | Do not compare against a null string. When ofw_find_keyboard() is run | Martin Pieuchot |
2015-06-25 | OF_getprop() returns an int, so comparing its return value against sizeof casts | Miod Vallat |
2015-06-25 | Use a single event counter for IPIs like other archs do. | Martin Pieuchot |
2015-06-24 | Do not quiesce the firmware on Quad G5 to let it manage the fans. | Martin Pieuchot |
2015-06-24 | IPL_MPSAFE bits for macppc with openpic(4). | Martin Pieuchot |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-22 | document that boot.conf can contain comments; | Jason McIntyre |
2015-06-17 | crank to 5.8-beta | Theo de Raadt |
2015-06-13 | When investigating an uninitialised variable in the armv7 resettodr() | Jonathan Gray |