summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Assign so_pcb to NULL rather than 0 as it's a pointer.rwatson2004-09-291-1/+1
* Add a statistics-file directivedougb2004-09-291-0/+1
* stats goes under /var, not /var/rundougb2004-09-291-0/+1
* gshapiro assures me that uid bind is not necessary for /etc/namedb,dougb2004-09-291-1/+2
* Whitespace only, tabs -> spaces, per READMEdougb2004-09-291-4/+4
* MFi386: rev 1.239 - invalidate tlb after pte updatepeter2004-09-291-2/+4
* MFi386: rev 1.236 - improve panic message for a busted mptablepeter2004-09-291-1/+3
* Give users the ability to load a mac_bsdextended(4) ruleset on boot (defaultstrhodes2004-09-294-1/+214
* This is a small tool which will read an entire disk(partition) usingphk2004-09-285-0/+319
* Fix some of the more egregious problems with this file:dougb2004-09-281-34/+8
* Make cvsbug(1) actually work instead of aborting due to missing configurepeter2004-09-281-1/+6
* Fix the embedded version string in cvs and cvsbug. This breaks scriptspeter2004-09-282-2/+2
* Use generic infrastructure for the ucom driver instead of local stuff.phk2004-09-282-39/+5
* Add -1 to this non-existent use of m_print in the source tree so LINTphk2004-09-281-1/+1
* Add functions to create and free the "tty-ness" of a serial port in aphk2004-09-282-6/+240
* improve the mbuf m_print function.. Only pull length from pkthdr if therejmg2004-09-282-6/+21
* Arrgh. Recently I tried using ugen(4) in an application that useswpaul2004-09-281-26/+122
* document the limit on jumbo frame size..jmg2004-09-281-0/+1
* fix jumbo frames as much as they can be fixed for re. We now cap the MTUjmg2004-09-282-17/+72
* Add an assertion that the pcb_nsaved field of the pcb be less thankensmith2004-09-281-0/+2
* Don't try to relocate the dynamic loader in reloc_non_plt(). It has alreadycognet2004-09-281-1/+4
* Use add instead of saving the sp in a register.cognet2004-09-281-2/+1
* Calling fuword from fuword32 with bl and without returning after is really a badcognet2004-09-281-2/+1
* Always invalidate the whole data cache in pmap_enter() for now.cognet2004-09-281-0/+1
* Remove dead code.cognet2004-09-282-7/+0
* Amend the named chroot update instructions by adding a stop and startdougb2004-09-281-0/+2
* Remove support for accessing device nodes in UFS/FFS.phk2004-09-285-151/+7
* Protect the start/end counts on consumers and providers with the up/downphk2004-09-281-28/+40
* Create a named chroot directory structure in /var/named, and use itdougb2004-09-289-34/+84
* Remove support for using NFS device nodes.phk2004-09-283-97/+2
* - Set maximum request size to MAXPHYS (128kB), instead of DFLPHYS (64kB).pjd2004-09-281-4/+6
* Just use MAXPHYS as maximum I/O request size, instead of using my ownpjd2004-09-284-18/+8
* Be consistant; make the memrange bit be part of the mem module likemarkm2004-09-281-1/+1
* Add the memrange bits to the loadable module.markm2004-09-281-0/+6
* Turns out that revision 1.52 was a bad idea. It broke the longimp2004-09-281-1/+1
* Add ICH6 support.ps2004-09-281-2/+8
* Decrease kern.geom.raid3.timeout to 4, so it is smaller thanpjd2004-09-271-1/+1
* Deny invalid I/O requests which comes from userland here, because laterpjd2004-09-271-0/+6
* Desupport device nodes on EXT2 filesystems.phk2004-09-276-238/+24
* Avoid race while synchronizing components. It is very hard to bump into,pjd2004-09-272-7/+37
* Remove NFS4 vop method vector for devices: we are desupporing device nodesphk2004-09-272-82/+14
* Add sc_iostart to softc and unbreak the build.gallatin2004-09-271-0/+1
* style consistency.phk2004-09-271-1/+1
* Minor, but very important condition fix. The current one can never be true.pjd2004-09-271-1/+1
* Give cluster_write() an explicit vnode argument.phk2004-09-275-10/+5
* Attempting to unset an undefined variable or function should not bedes2004-09-272-2/+2
* Some minor print/panic message cleanups.kensmith2004-09-271-3/+3
* Decrease kern.geom.mirror.timeout to 4, so it is smaller thanpjd2004-09-271-1/+1
* Initialize the count of saved register windows to 0 in the pcb createdkensmith2004-09-271-0/+1
* Stop on write error.phk2004-09-271-2/+5
OpenPOWER on IntegriCloud