aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add macro DECLARE_MODULE_TIED to denote a module as requiring theKonstantin Belousov2010-10-126-7/+21
* Add a flag TDF_TIDHASH to prevent a thread from beingDavid Xu2010-10-122-3/+13
* Correct regression test to not show a false positive when run as root.David E. O'Brien2010-10-111-6/+9
* Try and make the nfsrv_localunlock() function in the experimentalRick Macklem2010-10-111-8/+36
* The IFF_DRV_RUNNING flag is set at the end of bge_init_locked. ButPyun YongHyeon2010-10-111-9/+13
* Remove one last reference of BGE_MI_MODE register for auto polling.Pyun YongHyeon2010-10-111-5/+15
* Re-work the internal user ioctl command table, and support the FW_UPLOADMatthew D Fleming2010-10-111-36/+213
* Add function prototypes for static functions.Matthew D Fleming2010-10-111-0/+13
* Add the XHCI USB controller to NOTES.Andrew Thompson2010-10-111-0/+2
* Fix a memory leak and locking inconsistency in mps(4) ioctl handling.Matthew D Fleming2010-10-111-10/+22
* camlib.c: update one overlooked commentAndriy Gapon2010-10-111-3/+3
* Fix up the COMPAT_FREEBSD32 ioctl logic for mps(4).Matthew D Fleming2010-10-112-116/+199
* Upgrade xz to git snapshot as of 20101010Martin Matuska2010-10-1173-3829/+6479
|\
| * Remove two non-vendor files as recommended.Martin Matuska2010-10-112-65/+0
| * Vendor import of xz (stripped)vendor/xz/20101010Martin Matuska2010-10-1170-3822/+6535
* | Fix reference to nonexistent manpage getuid(3).Ed Schouten2010-10-111-2/+2
* | Remove stale reference to wtmp(5).Ed Schouten2010-10-111-2/+2
* | Do not setup interrupt endpoint for axe(4).Pyun YongHyeon2010-10-112-34/+0
* | Remove more unneeded files and directories from contrib/llvm. ThisDimitry Andric2010-10-11721-162290/+0
* | Rework the analysis of the 'r' specifier. It turns out that we can'tRui Paulo2010-10-113-1/+7
* | Add code to print the number and type of the CPU that is present inGeorge V. Neville-Neil2010-10-111-0/+4
* | cam_get_device, cam_open_device: make behavior simpler and more deterministicAndriy Gapon2010-10-112-97/+21
* | Restore the support for the 'r' and the 'y' conversion specifiers, firstRui Paulo2010-10-111-0/+2
* | Fix compile with -DDEBUG by using the correct mfi_pd_ref union definitionRandi Harper2010-10-101-2/+2
* | Provide internal ioflags() function that converts ioflag provided by FreeBSD'sPawel Jakub Dawidek2010-10-101-5/+22
* | Report subcommand handler errors in mfiutil/mptutil so that tools thatRandi Harper2010-10-102-6/+10
* | - Print the nmount(2) provided error message only when it is set.Jaakko Heinonen2010-10-101-2/+6
* | The r184588 changed the layout of struct export_args, causing an ABIKonstantin Belousov2010-10-1014-14/+36
* | Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.Andrey V. Elsukov2010-10-0911-29/+29
* | mdoc: drop redundant .Pp calls, kill EOL whitespaceUlrich Spörlein2010-10-092-8/+6
* | add kmem_map_free sysctl: query largest contiguous free range in kmem_mapAndriy Gapon2010-10-091-0/+17
* | Initial patches to install images...Warner Losh2010-10-099-102/+305
* | Fix typo: thanks Kris for pointing this out.Warner Losh2010-10-091-1/+1
* | panic_cpu variable should be volatileAndriy Gapon2010-10-091-4/+3
* | Enable softupdate + journals support.Warner Losh2010-10-095-5/+29
* | Allow the kernel to generate more spacy things and still have devdWarner Losh2010-10-091-0/+8
* | Remove the manpath.config entry now that it's no longer installed.Gordon Tetlow2010-10-091-1/+0
* | Add entries to remove manpath.config from etc and the examples directory.Gordon Tetlow2010-10-091-0/+3
* | Add -D (deterministic) option to ar.Tim Kientzle2010-10-094-9/+40
* | Create a global thread hash table to speed up thread lookup, useDavid Xu2010-10-0915-155/+216
* | Change FAPPEND to IO_APPEND as this is a ioflag and not a fflag.Martin Matuska2010-10-081-1/+1
* | Document net.link.lagg.failover_rx_all.Xin LI2010-10-081-2/+11
* | Remove superfluous cast in usr.bin/netstat/sctp.c.Dimitry Andric2010-10-081-1/+1
* | Don't let the "available"/"not available" logs flap quite so badly. In theMark Murray2010-10-081-6/+17
* | Extend the "example" section a bit, for other mailers.Mark Murray2010-10-081-3/+20
* | Do not blindly UP the interface when interface's MTU is changed. IfPyun YongHyeon2010-10-081-2/+6
* | Don't blow away /bin/rmail symlink if we are keeping mailwrapper.Mark Murray2010-10-081-0/+2
* | rm(1): clarify that -P works only when blocks are updated in-placeUlrich Spörlein2010-10-082-6/+6
* | We can't zero out ggio request, as we have some fields in there we initializePawel Jakub Dawidek2010-10-081-1/+0
* | We close the event socketpair early in the mainloop to prevent spaming withPawel Jakub Dawidek2010-10-081-2/+4