summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge the "multibyte not supported" BUG into the pre-existing BUGScperciva2004-07-272-15/+15
* When making a peer of unknown type framework tries to load moduleglebius2004-07-273-19/+40
* After conferring with Apple legal, update the license of this to APSL 2.0jkh2004-07-271-2/+4
* When node is server serve both standard RFC2516 and non-standard 3Comglebius2004-07-272-44/+119
* Correct typo in prior commit: s/cd/td/rwatson2004-07-271-1/+1
* Even though binaries will give 0 matches, make it explicit.mtm2004-07-271-1/+1
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-278-48/+35
* Don't consider TCP connections beyond LISTEN stateyar2004-07-271-19/+10
* Add "options ADAPTIVE_GIANT" which causes Giant to also be treated inrwatson2004-07-273-0/+11
* Fixed style of previous commit.ru2004-07-271-1/+1
* Don't strip trailing linear whitespace from passwords.des2004-07-271-5/+5
* Style nits.des2004-07-271-5/+4
* Correct a couple of noticed slips in sorting orderyar2004-07-272-28/+30
* New release notes:yar2004-07-272-0/+34
* This commit was generated by cvs2svn to compensate for changes in r132691,des2004-07-271-48/+0
* Bump the date, .Dd, since the document content has been changedyar2004-07-271-1/+1
* Properly implement kdb_cpu_{set|clear}_singlestep to allow DDB togrehan2004-07-271-0/+4
* Make sure icache is sync'd whenever memory is touched. It maygrehan2004-07-271-0/+2
* Add UTF-8-specific implementations of mbsnrtowcs() and wcsnrtombs().tjr2004-07-271-0/+163
* after reading the commit mail, I better understand what cnt_hold is for..jmg2004-07-271-1/+2
* Various improvements for ia64:marcel2004-07-276-47/+66
* - Use atomic ops for updating the vmspace's refcnt and exitingcnt.alc2004-07-276-25/+30
* Save DAR/DSISR in DDB regsave area when stack overflow detected. It'sgrehan2004-07-272-0/+8
* Move the schedlock owner state update following the contextbmilekic2004-07-271-12/+14
* Improve boot-time debugging with DDB by extracting the ksym start/endgrehan2004-07-272-0/+18
* Use file2c instead of a combination of hexdump, sed and shell script totjr2004-07-271-11/+1
* add a command to calculate the ratios of cnt_hold and cnt_lock to locksjmg2004-07-271-0/+2
* Fix typo in description of pflog_logfile.mlaier2004-07-271-1/+1
* Fix URLs.hrs2004-07-272-6/+6
* Fix for a SACK bug where the very last segment retransmittedjayanth2004-07-261-1/+1
* compare pointer against NULL, not 0jmg2004-07-261-2/+2
* document that times are in microseconds, yes it's at the end in the NOTESjmg2004-07-261-4/+4
* The name of the landlord in Shaw's _The Man of Destiny_ is Giuseppe (notdes2004-07-262-4/+4
* No capital letter after :charnier2004-07-261-3/+3
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).charnier2004-07-2614-78/+82
* Introduce options list the standard way. Correct style(9) in FILES section.charnier2004-07-261-4/+2
* Introduce options list the standard way.charnier2004-07-261-2/+2
* Remove useless .Pp. Typo: gcos -> gecos (as spelled in passwd(5)).charnier2004-07-261-2/+1
* Enclose .Fa fn with ``The ... function'' at the beginning of sentences.charnier2004-07-261-4/+8
* Implement the protection check required by the pmap_extract_and_hold()alc2004-07-263-9/+18
* Improve geom(8)'s 'list' command to show geoms and their providers andpjd2004-07-267-109/+144
* Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.pjd2004-07-265-29/+24
* Change naming scheme from /dev/<name>.concat to /dev/concat/<name>.pjd2004-07-265-21/+19
* M_WAITOK is ok here, while I'm using M_WAITOK later in this function.pjd2004-07-261-8/+1
* M_WAITOK is ok here, while I'm using M_WAITOK later in this function.pjd2004-07-261-8/+1
* Assign the result of getopt() to an int rather than to a char (which isstefanf2004-07-262-4/+3
* Stop tinkering with the parent's VLAN_MTU capability.yar2004-07-261-27/+7
* Add two knobs to ifconfig(8), `vlanmtu' and `vlanhwtag',yar2004-07-262-0/+17
* re-enabled Rev 1.15 (lost during KAME merge at Rev 1.25, due to a KAME bug...)suz2004-07-261-1/+1
* In revision 1.228, I accidentally broke the "total number of processes incperciva2004-07-261-1/+2
OpenPOWER on IntegriCloud