summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Deregister the dev_clone event handler we registered - don't touch thetjr2003-03-272-4/+8
* o Add -u <username> flag to jail(8): set user context before exec.maxim2003-03-273-12/+84
* o Fix a comment.maxim2003-03-272-5/+1
* Biofinish the request if we cannot malloc in ad_start.sos2003-03-271-3/+4
* Allocate the toplevel indir with M_WAITOK to avoid complicating thingsphk2003-03-271-2/+6
* Change DEFMX to 0. This removes the size limit for print jobs by default.eivind2003-03-272-3/+4
* Catch up with recent events.mdodd2003-03-271-3/+1
* Add missing COMPAT_ISA_DRIVER().mdodd2003-03-271-0/+1
* Write negative zero as '-0.0'. Otherwise, it is parsed as an integerdas2003-03-271-2/+2
* Handle the fictitious pages created by the device pager. For fictitiousjake2003-03-273-22/+61
* Set the cache line size for subordinate pci bridges as well as for theirjake2003-03-271-2/+2
* Put child process in a different process group, ensure that the broadcastdavidxu2003-03-271-6/+22
* Add support for reading directly from file to userland buffer when thetegge2003-03-266-0/+539
* Adjust the number of vnodes scanned by vlrureclaim() according to thetegge2003-03-263-8/+15
* Permit debug.malloc.failure_rate to be specified using a tunable sorwatson2003-03-261-0/+1
* Add MBTOM(), a macro that converts from an mbuf blocking dispositionrwatson2003-03-261-0/+1
* Add a sample specfile listing to FILES.chris2003-03-261-0/+8
* Add a new kernel option, MALLOC_MAKE_FAILURES, which compilesrwatson2003-03-262-0/+27
* Nuke HTT from here too.ps2003-03-262-6/+0
* Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl.ps2003-03-2614-133/+542
* Halt the cpus in the idle loop for SMP as well for several reasons:peter2003-03-262-8/+6
* Add O_NONBLOCK to the vn_open_cred() flags for NFS client locking whenrwatson2003-03-261-3/+13
* fp->f_offset doesn't need any protection when it isn't accessed.tegge2003-03-261-2/+4
* Obtain Giant before calling kmem_alloc without M_NOWAIT and before callingtegge2003-03-261-2/+21
* Add a cleanup function to destroy the osname_lock and call it on modulejhb2003-03-264-0/+11
* This commit was generated by cvs2svn to compensate for changes in r112680,kan2003-03-26136-29589/+0
* Begin support for 64-bit address support and workarounds for newer cards:scottl2003-03-265-107/+212
* made sure to keep the current stored lifetime when it was not updatedume2003-03-261-3/+9
* Fix typo in the version of the diff that I committed.keramida2003-03-261-1/+1
* tightened check for the length of ND options.ume2003-03-261-2/+25
* Modify the mac_init_ipq() MAC Framework entry point to accept anrwatson2003-03-2620-48/+124
* Correct comment, MSIZE and MCLBYTES are defined in sys/param.hmux2003-03-261-2/+2
* Don't install wrong IPv6 route by add command.ume2003-03-262-3/+12
* Re-work ac97 initialization to match cold reset described in AC97r.23orion2003-03-261-13/+20
* For the VIA8233A use multi-sgd register set for primary playbackorion2003-03-261-2/+8
* - Fix function declarations.mdodd2003-03-261-122/+107
* Add defines for low power and second codec ready.orion2003-03-261-0/+3
* Clean up dynamically allocated sysctl variables when we run dacleanup() andken2003-03-262-0/+14
* Get rid of a few caddr_t's.mdodd2003-03-261-8/+8
* asn_get_encoded() takes 2 arguments.mdodd2003-03-261-1/+1
* - Define a _spinunlock() function so that threading implementations may dojeff2003-03-265-1/+31
* Retire set_reqid(), unused since 1.2.mdodd2003-03-261-33/+0
* - Add const qualifier to char * arrays.mdodd2003-03-261-12/+4
* Don't roll a private copy of basename().mdodd2003-03-261-24/+1
* Explain the format of the at.allow and at.deny files in detail.keramida2003-03-261-0/+5
* Passing a u_char to ntohs() is guaranteed to give the wrong answer !brian2003-03-261-2/+2
* Add a ``force-scripts'' option for using chat scripts with -direct andbrian2003-03-264-20/+40
* Document the undcumnt -l option (that's a lowercase `el').keramida2003-03-261-3/+10
* req can not be NULL or we'd die.alfred2003-03-261-6/+3
* Document the MAIL_AGENT environment var.keramida2003-03-261-0/+13
OpenPOWER on IntegriCloud