summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename use_old_pty variable to use_pts, as this more accurately reflectsrwatson2006-01-281-5/+4
* Don't try to load KLDs if we're mounting the root. We'd otherwise panic.ssouhlal2006-01-281-4/+12
* Use $FreeBSD$ for the juggle version, rather than $P4$. This is good forrwatson2006-01-281-1/+1
* Manage the ucred for the NFS server using the crget/crfree API defined incsjp2006-01-284-39/+47
* s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/marcel2006-01-283-5/+5
* s/R_IA64_/R_IA_64_/marcel2006-01-281-6/+6
* Add _rwlock.h, apparently missed from the rwlock.h commit.scottl2006-01-281-0/+39
* Squash another invalid use of BUS_DMA_ALLOCNOW.scottl2006-01-281-1/+1
* - Add a note that passing NULL to pidfile_write(), pidfile_remove() andpjd2006-01-281-3/+13
* - Add ports-net-p2p collectionpav2006-01-281-0/+1
* Never do programs contain so few bugs as when no debugging toolsdds2006-01-281-0/+4
* Back out r1.653; it turns out that the race (or at least the printf) iskris2006-01-281-20/+0
* - Mention that users need to be in the wheel group to `su - root' by default,...brd2006-01-281-3/+17
* lock unused when INVARIANTS not defined, so don't declare it thenimp2006-01-281-0/+2
* Add a basic reader/writer lock implementation to the kernel. Thisjhb2006-01-276-0/+783
* Whitespace.jhb2006-01-271-3/+3
* Oops, commit missed file from the previous change to enable multiplejhb2006-01-271-0/+1
* - Add support for having both a shared and exclusive queue of threads injhb2006-01-273-57/+193
* Add a new ddb command 'show sleepq'. It takes a wait channel as anjhb2006-01-271-2/+64
* Call WITNESS_CHECK() in the page fault handler and immediately assume itjhb2006-01-272-4/+20
* Add a new macro wrapper WITNESS_CHECK() around the witness_warn() function.jhb2006-01-272-1/+5
* Add a new sysctl, debug.ktr.clear. If you write a non-zero value to thisjhb2006-01-271-0/+20
* - Hide 'incorrect geometry warning' in non-interactive mode. A user shouldjkim2006-01-272-22/+36
* Make sure b_vp and b_bufobj are NULL before calling relpbuf(), as it assertscognet2006-01-271-0/+9
* Try harder not to recurse.cognet2006-01-271-2/+4
* Style: Add blank line after local variable declarations.alc2006-01-271-0/+1
* Add some wisdom from Garrett Wollman concerning error codes returned bycperciva2006-01-271-0/+5
* Add `mediaOpen' function. This function mounts selected media device.jkim2006-01-277-0/+36
* Have a function pointer to the routine to call for writing an mbufimp2006-01-279-100/+109
* Document the user/group LOR in our sample pf.confmlaier2006-01-271-0/+4
* The .Nm macro prints Open_Disk() instead of libdisk, so use an expliciteharti2006-01-271-2/+2
* Forced commit because the log message in the previous commit was wrong.harti2006-01-270-0/+0
* Revert 1.45 now that snmp_hostres uses libgeom.harti2006-01-272-0/+8
* Merge a bunch of changes that where done in tty_pty.c after tty_pts.c wascognet2006-01-271-104/+7
* Merge from accidental commit to RELENG_5:cperciva2006-01-271-1/+1
* Make an example command correct and copyable to terminal.glebius2006-01-271-1/+3
* Update NGM_PPPOE_GETMODE and NGM_PPPOE_SETMODE descriptions, sinceglebius2006-01-271-12/+30
* Call NDFREE() only when vn_open() succeeded.pjd2006-01-271-1/+1
* Grr. Backout previous change. vn_open_cred() will call NDFREE() on failure.pjd2006-01-271-1/+1
* Don't forget to call NDFREE(9) in case of vn_open_cred() failure.pjd2006-01-271-2/+2
* o Introduce D-Link compat mode, that is default to off and can be setglebius2006-01-272-64/+87
* add an option BKTR_USE_FREEBSD_SMBUS that enables compiling the modulejmg2006-01-271-0/+5
* Initial import of ce(4) driver for Cronyx Tau-PCI/32 adapters.rik2006-01-276-0/+9271
* make wall(1) work with pts.ume2006-01-271-2/+6
* if we are compiling with smbus support, properly depend upon the iic andjmg2006-01-271-0/+7
* Use the new macros abstracting the page coloring/queues implementation.alc2006-01-271-2/+2
* Create mediachg functions for the 3c503 and hpp cards. This is usedimp2006-01-274-33/+28
* Style(9) issue: return (foo);imp2006-01-271-7/+7
* Just like dofilewrite(), call bwillwrite before fo_write.davidxu2006-01-271-0/+2
* Transition from ALTPHYS to LINK2. We already document in the ed(4)imp2006-01-272-10/+14
OpenPOWER on IntegriCloud