summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-05-30no need to declare extern ipsec_in_use, we get it via ip_ipsp.hHenning Brauer
2007-05-30Unbreak the tree - forgot a needs-flag; discovered by gwkUwe Stuehler
2007-05-30back out vfs change - todd fries has seen afs issues, and I'm suspiciousBob Beck
2007-05-30my (dlg says crappy) laptop requires some more delays in port_reset orTed Unangst
2007-05-30Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removalUwe Stuehler
2007-05-30Make xlights(4) probe correctly on the Xserve G5, still does not correctGordon Willem Klok
2007-05-30openbsd has timeouts, not callouts so rename the variables. i applied an olderTed Unangst
2007-05-30Pull out the ELF loadfile pieces from the standalone libraries, so thatTom Cosgrove
2007-05-30add a new kevent filter type for timers. this allows processes to createTed Unangst
2007-05-29Add dirty bit for volumesMarco Peereboom
2007-05-29Improve copyinstr and copyoutstr by erroring out when the userlandTom Cosgrove
2007-05-29Improve copyinstr and copyoutstr by performing the check againstTom Cosgrove
2007-05-29only the i810 is known to be needed for agp, reduce driver set to just thatTed Unangst
2007-05-29sprinkle some SMALL_KERNEL to permit bio/softraid to run on boot mediaTodd T. Fries
2007-05-29sprinkle some SMALL_KERNEL so that it can run on boot media.Marco Peereboom
2007-05-29remove token ring leftovers, ok mcbride pvalHenning Brauer
2007-05-29I suck. Forgot splx() in the early return path.Artur Grabowski
2007-05-29make xfs use VT_XFS instead of VT_AFS when getting vnodesThordur I. Bjornsson
2007-05-29Make use of struct wsmouse_calibcoords and add ioctl supportRobert Nagy
2007-05-29Kill some simplelock goo that annoyed me while reading.Thordur I. Bjornsson
2007-05-29add support for core cpu temperature sensors.Ted Unangst
2007-05-29It helps to commit removals from the tree that has the files cvs removedClaudio Jeker
2007-05-29s/entrace/entrance (not obvious that the code was cut/paste =)Jason Wright
2007-05-29Make stimeout a debug print. It has no value for users to see it.Marco Peereboom
2007-05-29start of dumpconf() unification, which one day we can pray will be MITheo de Raadt
2007-05-29now i get my hands dirty in here... from if_ethersubr.c:Henning Brauer
2007-05-29Panic if the locker is self.Dale Rahn
2007-05-29there was code insideHenning Brauer
2007-05-29set UDCF_DEBUG to 1 when USB_DEBUG is defined.Marc Balmer
2007-05-29Die Die Die wt.Kenneth R Westerback
2007-05-29when mount -f'ing a dirty filesystem, do not clear the unclean flag,Otto Moerbeek
2007-05-29take a lot more stuff out of userland namespace (sysctl cared about ksensor u...Theo de Raadt
2007-05-29Change getnewbuf from taking lots of sleep arguments and then doing magicArtur Grabowski
2007-05-29Remove trapwrite(), which was only used by 80386.Tom Cosgrove
2007-05-29FFS2-aware code for ffs_sbupdate() and ffs_reload().Pedro Martelletto
2007-05-29Add shutdownhook for all disciplinesMarco Peereboom
2007-05-29Stray reference in a comment to the dear departed wt.Kenneth R Westerback
2007-05-29Move tokenring support to the attic where it can join the cards that whereClaudio Jeker
2007-05-29Define IF_ENQUEUE() and friends as proper C statements using do ... whileUwe Stuehler
2007-05-29Remove support for 80386 processors. Apologies if you have one ofTom Cosgrove
2007-05-29Use atomic operations to operate on netisr, instead of clearing it at splhigh.Miod Vallat
2007-05-29Beef up malo_hexdump() to emulate hexdump -C output. Helps to see hiddenClaudio Jeker
2007-05-29gain another 5+% in ip forwarding performance.Henning Brauer
2007-05-29missing couple of #ifdef DIAGNOSTIC and style nits from art@Bob Beck
2007-05-29Fix bus_dmamap_sync size argument.Alexander Yurchenko
2007-05-29Kill stale commentMarco Peereboom
2007-05-29Fix race in sync code.Marco Peereboom
2007-05-29Collapse the __partition_u1 union in struct disklabel,Thordur I. Bjornsson
2007-05-29Nuke the predefined vattr, it was only used for !DIAGNOSTIC,Thordur I. Bjornsson
2007-05-29TAILQ_LAST takes two arguments.Pierre-Yves Ritschard