summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce the I2C diagnostic utility. It let's discover and inspect slaveraj2009-01-264-0/+810
* Teach iic(4) the 'repeated start' I2C condition. This will be used by theraj2009-01-263-1/+13
* Update jail startup script for multi-IPv4/v6/no-IP jails.bz2009-01-263-30/+248
* - Fix grammar. [1]delphij2009-01-261-3/+3
* Fix ARCHIVE_EXTRACT_SPARSE handling in libarchive.kientzle2009-01-263-22/+305
* Better description of kern.ipc.maxpipekva.trhodes2009-01-261-6/+9
* Somehow deleted the .4 at the end of the snd_davbus man page right beforenwhitehorn2009-01-261-1/+1
* Rewrite of MI strlen(3) in a way that can better utilize modern hardware bydelphij2009-01-251-15/+78
* Add obsolete files after tzdata2009a and file 4.26 importsantoine2009-01-251-0/+5
* - bit has to be fd_mask to work properly on 64bit platforms. Constantsjeff2009-01-251-5/+6
* Add support for the I2S and davbus audio controllers found in Apple PowerPCnwhitehorn2009-01-2516-8/+3174
* Fix a race condition where interrupts set up after boot could be enabled innwhitehorn2009-01-251-3/+6
* Revert my previous two changes.ed2009-01-251-0/+16
* Remove pfopen() and pfclose() entirely.ed2009-01-251-12/+0
* Remove unneeded checking for invalid minor numbers from pf(4).ed2009-01-251-4/+0
* When a statically linked binary is executed (or at least, one withoutrwatson2009-01-251-1/+2
* Instead of killing the 'watchdog' subshell and leaving a sleep forbz2009-01-251-1/+1
* For consistency with prison_{local,remote,check}_ipN renamebz2009-01-256-12/+12
* Remove unneeded checks of device unit number from speaker(4).ed2009-01-251-18/+9
* - Correct a typo in a comment.jeff2009-01-251-1/+1
* - Make the keg abstraction more complete. Permit a zone to have multiplejeff2009-01-255-335/+686
* Remove unneeded use of device unit numbers from pty(4).ed2009-01-251-8/+5
* - Use __XSTRING where I want the define to be expanded. This resulted injeff2009-01-253-4/+4
* If the parent up/down task was queued then sync with it before returning fromthompsa2009-01-251-0/+3
* Fix errors introduced when I rewrote select.jeff2009-01-251-44/+96
* Remove unused unrhdr from GEOM character device module.ed2009-01-241-17/+1
* Mark kern.ttys as MPSAFE.ed2009-01-241-1/+1
* New sentence starts on a new line.bz2009-01-241-1/+2
* Update the description of the '-h' option wrt to primary addressesbz2009-01-241-4/+5
* Change IP addresses/prefixes to be from "Test-Net" (IPv4 documentationbz2009-01-241-7/+7
* Use __FBSDID() for $FreeBSD$ version strings in .c files.rwatson2009-01-242-4/+6
* Begin to add SDT tracing of the MAC Framework: add policy modevent,rwatson2009-01-241-1/+24
* Add explicit static DTrace tracing to the callout mechanism, capturingrwatson2009-01-241-0/+15
* When "-b" is specified, one could easily create "smaller" filestrhodes2009-01-241-3/+3
* Update the supported device list a little bit.trhodes2009-01-242-4/+6
* Add a comment on kern.ipc.maxpipekva.trhodes2009-01-241-1/+11
* - Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is donejhb2009-01-233-77/+79
* - Add conditional Giant locking around the vrele() injhb2009-01-231-33/+38
* Add a flag to tag individual sysctl leaf nodes as MPSAFE and thus notjhb2009-01-232-4/+5
* Use shared vnode locks for fchdir().jhb2009-01-231-2/+2
* Tweak the wording for vfs_mark_atime() since the I/O it is avoiding by notjhb2009-01-231-3/+3
* Push down Giant in the vlnru kproc main loop so that it is only acquiredjhb2009-01-231-11/+3
* Protect against NULL pointer dereference.trasz2009-01-231-0/+5
* Don't leak memory when alloc fails.trasz2009-01-231-3/+3
* Guard against NULL pointer dereference.trasz2009-01-231-1/+4
* Guard against NULL pointer dereference.trasz2009-01-231-0/+4
* Only start the if_slowtimo timer (which drives the if_watchdog methods ofjhb2009-01-231-2/+25
* Sort KERNFAST and KERNCONF into the list they are in.imp2009-01-231-19/+19
* Document KERNCONF and KERNFAST. Note that TARGET is usually all oneimp2009-01-231-1/+22
* Implement an idea from Sam Leffler:imp2009-01-231-0/+4
OpenPOWER on IntegriCloud