summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor whitespace cleanup.bz2006-01-041-2/+2
* Fix minor sorting issue.joel2006-01-041-1/+1
* Remove references to snd_vortex1(4).joel2006-01-043-3/+0
* dd some old gssapi libs.netchild2006-01-041-0/+6
* Fix broken capabilities, causing failure during channel reset.ariff2006-01-041-2/+2
* Add a new leaf to the net.link.generic.ifdata.%d sysctl to retrieveharti2006-01-043-5/+44
* - Make sure the cpu_exthigh variable is initialized (page coloring case). [1]netchild2006-01-041-19/+39
* 1. Add SIGEV_THREAD notification for mq_notify.davidxu2006-01-042-198/+343
* Fix the promise modesetting for old chips.sos2006-01-041-4/+2
* Deorbit ttymalloc() in preference for ttyalloc()phk2006-01-042-17/+2
* Use ttyalloc() instead of ttymalloc()phk2006-01-043-4/+7
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-2/+2
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-1/+1
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-5/+2
* Use MTX_SYSINIT to set up the tty list mutex.phk2006-01-041-6/+1
* Fix promise probe printing.sos2006-01-041-3/+3
* Fix style bug.dds2006-01-042-4/+4
* Replace tv_usec normalization with the return of EINVAL.dds2006-01-042-48/+12
* Shuffle some definitions so that this can be included from userland.scottl2006-01-031-5/+11
* Add some more data structures and definitions for communicating with thescottl2006-01-031-1/+72
* Normalize the tv_usec part of the utimes(2) arguments to ensuredds2006-01-032-6/+48
* Don't use threads when there's no real reason to.des2006-01-032-158/+142
* Fix a couple of issues with the ibcs2 module event handler. First, returnjhb2006-01-031-1/+4
* Correctly check the filter length. I committed the wrong version.jkim2006-01-031-1/+6
* - Explicitly validate an empty filter to match bpf_filter() comment[1].jkim2006-01-033-1/+9
* Release the pci_link acpi serial lock if a link device has no actual links.jhb2006-01-031-1/+3
* This signal handling code is worse than a no-op. If abrian2006-01-031-6/+1
* - Don't list sleep() in the NAME section as we haven't had a sleep()jhb2006-01-032-9/+41
* For the ``#ifdef NOTYET'' code that allows calling non-async-safebrian2006-01-032-2/+2
* Back out VFS_LOCK_GIANT.9:1.4, due to losing a race in change/updaterwatson2006-01-031-1/+0
* Remove in-progress wait code to sync with libpthread's behavior.davidxu2006-01-031-30/+8
* When returning EIO from DEVFSIO_RADD ioctl, drop the exclusive rulerwatson2006-01-031-2/+4
* Fix the other su bug reintroduced two commits ago, namelybrian2006-01-031-1/+14
* - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeepingyongari2006-01-032-168/+157
* Use the child to allocate the resource rather than bridge, since we'reimp2006-01-031-41/+6
* Minor style(9) hacking, plus use a macro in place of (struct resource *)~0ULimp2006-01-031-6/+7
* Fix a brain-o in the last commit, the conditional was always false.thompsa2006-01-021-1/+1
* Reorganise bridge_rtupdate slightly to reduce duplication.thompsa2006-01-021-3/+2
* Reset the route expiry time on each update rather than always letting them getthompsa2006-01-021-4/+3
* It is better to use time_uptime here since it is monotonic.thompsa2006-01-021-5/+5
* Revert the previous change - the lib32 build should work now.dfr2006-01-021-2/+2
* enable "aggressive mode" only when operating in ap or station mode; insam2006-01-021-1/+1
* update erp information element in the beacon frame to reflectsam2006-01-024-4/+21
* Add EXTDOCDIR and EXTPORTSDIR.nyan2006-01-021-0/+12
* Add EXTPORTSDIR like EXTSRCDIR and EXTDOCDIR.nyan2006-01-021-1/+11
* Fix the amd64 (and presumably ia64) lib32 build by ensuring that thedfr2006-01-021-1/+2
* Temporarily disable the kerberos5 lib32 build while I try to fix itdfr2006-01-021-2/+2
* Minor whitespace cleanup.thompsa2006-01-022-19/+18
* Handle the case (that I just broke) where the following hangs:brian2006-01-021-1/+3
* Read time_second directly rather than calling getmicrotime().thompsa2006-01-021-13/+5
OpenPOWER on IntegriCloud