Age | Commit message (Expand) | Author |
2007-05-30 | add basic support for a crypto(9) backed raid C discipline | Ted Unangst |
2007-05-30 | fix this for ubt.c | Gordon Willem Klok |
2007-05-30 | Drop if_ubt.c originally from freebsd and replace with ubt.c from | Gordon Willem Klok |
2007-05-30 | Unbreak the tree for gwk | Uwe Stuehler |
2007-05-30 | Adjust filename buffer for the new /var/crash prefix to prevent | Moritz Jodeit |
2007-05-30 | Move the knob for the interrupt throttling register next to the knobs for | Chris Kuethe |
2007-05-30 | the (root) stuff is ugly, so print "at root", so it looks more like | Theo de Raadt |
2007-05-30 | fix the ether_aton-like function to print the correct lladdr (swap bytes) | Reyk Floeter |
2007-05-30 | no need to declare extern ipsec_in_use, we get it via ip_ipsp.h | Henning Brauer |
2007-05-30 | Unbreak the tree - forgot a needs-flag; discovered by gwk | Uwe Stuehler |
2007-05-30 | back out vfs change - todd fries has seen afs issues, and I'm suspicious | Bob Beck |
2007-05-30 | my (dlg says crappy) laptop requires some more delays in port_reset or | Ted Unangst |
2007-05-30 | Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removal | Uwe Stuehler |
2007-05-30 | Make xlights(4) probe correctly on the Xserve G5, still does not correct | Gordon Willem Klok |
2007-05-30 | openbsd has timeouts, not callouts so rename the variables. i applied an older | Ted Unangst |
2007-05-30 | Pull out the ELF loadfile pieces from the standalone libraries, so that | Tom Cosgrove |
2007-05-30 | add a new kevent filter type for timers. this allows processes to create | Ted Unangst |
2007-05-29 | Add dirty bit for volumes | Marco Peereboom |
2007-05-29 | Improve copyinstr and copyoutstr by erroring out when the userland | Tom Cosgrove |
2007-05-29 | Improve copyinstr and copyoutstr by performing the check against | Tom Cosgrove |
2007-05-29 | only the i810 is known to be needed for agp, reduce driver set to just that | Ted Unangst |
2007-05-29 | sprinkle some SMALL_KERNEL to permit bio/softraid to run on boot media | Todd T. Fries |
2007-05-29 | sprinkle some SMALL_KERNEL so that it can run on boot media. | Marco Peereboom |
2007-05-29 | remove token ring leftovers, ok mcbride pval | Henning Brauer |
2007-05-29 | I suck. Forgot splx() in the early return path. | Artur Grabowski |
2007-05-29 | make xfs use VT_XFS instead of VT_AFS when getting vnodes | Thordur I. Bjornsson |
2007-05-29 | Make use of struct wsmouse_calibcoords and add ioctl support | Robert Nagy |
2007-05-29 | Kill some simplelock goo that annoyed me while reading. | Thordur I. Bjornsson |
2007-05-29 | add support for core cpu temperature sensors. | Ted Unangst |
2007-05-29 | It helps to commit removals from the tree that has the files cvs removed | Claudio Jeker |
2007-05-29 | s/entrace/entrance (not obvious that the code was cut/paste =) | Jason Wright |
2007-05-29 | Make stimeout a debug print. It has no value for users to see it. | Marco Peereboom |
2007-05-29 | start of dumpconf() unification, which one day we can pray will be MI | Theo de Raadt |
2007-05-29 | now i get my hands dirty in here... from if_ethersubr.c: | Henning Brauer |
2007-05-29 | Panic if the locker is self. | Dale Rahn |
2007-05-29 | there was code inside | Henning Brauer |
2007-05-29 | set UDCF_DEBUG to 1 when USB_DEBUG is defined. | Marc Balmer |
2007-05-29 | Die Die Die wt. | Kenneth R Westerback |
2007-05-29 | when mount -f'ing a dirty filesystem, do not clear the unclean flag, | Otto Moerbeek |
2007-05-29 | take a lot more stuff out of userland namespace (sysctl cared about ksensor u... | Theo de Raadt |
2007-05-29 | Change getnewbuf from taking lots of sleep arguments and then doing magic | Artur Grabowski |
2007-05-29 | Remove trapwrite(), which was only used by 80386. | Tom Cosgrove |
2007-05-29 | FFS2-aware code for ffs_sbupdate() and ffs_reload(). | Pedro Martelletto |
2007-05-29 | Add shutdownhook for all disciplines | Marco Peereboom |
2007-05-29 | Stray reference in a comment to the dear departed wt. | Kenneth R Westerback |
2007-05-29 | Move tokenring support to the attic where it can join the cards that where | Claudio Jeker |
2007-05-29 | Define IF_ENQUEUE() and friends as proper C statements using do ... while | Uwe Stuehler |
2007-05-29 | Remove support for 80386 processors. Apologies if you have one of | Tom Cosgrove |
2007-05-29 | Use atomic operations to operate on netisr, instead of clearing it at splhigh. | Miod Vallat |
2007-05-29 | Beef up malo_hexdump() to emulate hexdump -C output. Helps to see hidden | Claudio Jeker |