summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* In preparation for fixing races in ARP (and probably in otherglebius2005-08-096-3/+9
* - Use 'error' variable to store error value, instead of 'i'.glebius2005-08-091-9/+6
* Replace INT_MAX with OFF_MAX. I used INT_MAX originally (in ports)cperciva2005-08-091-3/+3
* When parsing the HTTP_PROXY environment variable, strip a trailing /cperciva2005-08-091-1/+5
* Add a missing EOL when printing "Latest snapshot on server is oldercperciva2005-08-091-5/+7
* Use atomic operations on runningbufspace.ssouhlal2005-08-081-2/+4
* Use m_copypacket() which is an optimization of the common casethompsa2005-08-081-2/+2
* Drop in a WITNESS_WARN into SYSCTL_IN to make sure that we arecsjp2005-08-081-0/+2
* - Use callout_init_mtx() to close a small race between callout_stop() andjhb2005-08-082-71/+25
* Add portsnap to the base system. This is a secure, easy to use,cperciva2005-08-0816-1/+2358
* reorder a couple of cases of void __inline to __inline voidjulian2005-08-081-3/+3
* Move the Hitler quotes and some references to him to the "offensive" file.schweikh2005-08-082-78/+73
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-0818-40/+51
* Be case-insensitive when dealing with algorithm names.pjd2005-08-081-4/+5
* Add support for HP branded 2610SAps2005-08-081-0/+2
* Ha! This is a very interesting bug.pjd2005-08-081-4/+6
* Check to see if we wired the user-supplied buffers in SYSCTL_OUT, ifcsjp2005-08-081-1/+6
* Split crypto tx+rx key indices and add a key index -> node mapping table:sam2005-08-0810-157/+324
* While I find the Hitler quotes extremely questionable, I'm enoughschweikh2005-08-081-5/+5
* Add strcasecmp() and strncasecmp() to libkern and connect to the build.pjd2005-08-083-0/+72
* Remove stray commabrueffer2005-08-081-1/+1
* Include <term.h> before #undef'ing key_clear.stefanf2005-08-081-0/+2
* Insert a series of place-holder function pointers in mac_policy.h forrwatson2005-08-082-0/+50
* Try best to keep a preempted thread at front of run queue, this seemsdavidxu2005-08-081-1/+9
* Retire the last of the FreeBSD 4.x compat code from the mly driver.scottl2005-08-082-15/+1
* Retire the FreeBSD 4.x compat code and __FreeBSD_version checks from the aacscottl2005-08-082-65/+0
* Remove a bogus wordbrian2005-08-081-1/+1
* Complete the removal of __FreeBSD_version checks from the amr driver. Thescottl2005-08-085-114/+6
* Back-out previous commit - we need to skip logging socket when we start apjd2005-08-081-0/+3
* Fix a few typos.stefanf2005-08-082-4/+4
* Don't forget to copy the sentinel into the `help' array. It's expected tostefanf2005-08-081-2/+2
* use ieee80211_iterate_nodes to retrieve station data; the previoussam2005-08-081-45/+89
* Fix typo so QUEUE_MACRO_DEBUG works again.phk2005-08-081-1/+1
* Cleanup beacon/listen interval handling:sam2005-08-0810-17/+32
* describe m_alignsam2005-08-081-1/+7
* Remove a stale __FreeBSD_version check.scottl2005-08-071-5/+3
* The presence of a on __FreeBSD_version flagged some code that hasn't been inscottl2005-08-071-23/+4
* Skip jails which are already running and inform why.pjd2005-08-071-0/+4
* Other changes to this driver preclude its use on 4.x, so remove 4.x compatimp2005-08-071-4/+0
* We don't need to skip /var/run/log socket, as syslogd is always startedpjd2005-08-071-2/+0
* Allow to give more than one jail's name, eg.:pjd2005-08-071-2/+6
* When support for 2MB/4MB pages was added in revision 1.148 an error wasalc2005-08-072-2/+0
* Sync libedit with recent NetBSD developments. Including improvements to thestefanf2005-08-0739-1494/+2412
* The libedit update made a const cast necessary.stefanf2005-08-071-1/+1
* Add some more info about jail startup and shutdown.brueffer2005-08-071-7/+17
* Remove cat-pages without corresponding man-pages.netchild2005-08-071-0/+22
* Add the recently removed old paper about pascal.netchild2005-08-071-0/+2
* Recognize the SAB82532 in USIII machines.marius2005-08-073-4/+5
* The system tick _compare_ register of USIII CPUs and up is ASR25, notmarius2005-08-071-1/+1
* It's actually 11 minutes when the machine is assumed to be down and removedssouhlal2005-08-071-1/+1
OpenPOWER on IntegriCloud