summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix AUTH callback negotiations.brian2001-10-181-2/+2
* When the peer fails to specify an MRU and a 1500 byte MRU is notbrian2001-10-182-4/+8
* Tons of type, style and warning fixes that have been rotting in my tree fordes2001-10-185-70/+101
* keypad facility information element: add keypad facility information decoding.hm2001-10-181-4/+12
* Fix typos in previous commit:marcel2001-10-181-1/+1
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeobrien2001-10-185-5/+28
* Sync comments with i386.obrien2001-10-181-6/+6
* Minor comment tweaking.obrien2001-10-171-4/+4
* - Small cleanups to the Giant handling in trap().jhb2001-10-171-9/+17
* Small cleanups to the handling of Giant in trap().jhb2001-10-171-8/+5
* Use the new SIOCGIFINDEX ioctl to efficiently map a name to an index.jlemon2001-10-171-2/+22
* Add a SIOCGIFINDEX ioctl, which returns the index of a named interface.jlemon2001-10-173-0/+7
* Cleanup ifunit(), so it uses the dev_named() function to map an interfacejlemon2001-10-171-29/+11
* Add dev_named(dev, name), which is similar in spirit to devtoname().jlemon2001-10-173-0/+15
* When specifying an interface to ifconfig, first look up the interfacejlemon2001-10-171-25/+11
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-1716-161/+206
* Change kern.bootfile when mv'ing the kernelbrian2001-10-175-0/+10
* Pull fix for memory leak in in6_losing() from netinet/in_pcb.c,v 1.85.ru2001-10-171-3/+2
* contigmalloc1() could cause the vm_page_zero_count to become incorrect.dillon2001-10-171-0/+2
* Remove some EOL whitespace. Update usage() to current reality.mike2001-10-171-5/+5
* Use whois.example.com rather than non-existent.host in an example.mike2001-10-171-2/+2
* Use a array to convert from a attribute for AT to one for PC98.nyan2001-10-171-42/+38
* "of the of the" -> "of the"tom2001-10-171-1/+1
* Merged from sys/boot/i386/libi386/vidconsole.c revisions 1.16, 1.17 and 1.18.nyan2001-10-171-164/+144
* Ensure that /var/log/lastlog exists so that login doesn't complain.bsd2001-10-175-0/+15
* fix style(9)nyan2001-10-171-175/+212
* Merged from sys/boot/i386/loader/Makefile revision 1.54.nyan2001-10-171-0/+7
* Change kern.bootfile when mv'ing the kernelbrian2001-10-171-0/+2
* Add www:www (80:80) for upcoming Apache changesache2001-10-172-0/+2
* Fixed to process a IPv6 packet when ah transport after esp tunnelume2001-10-171-3/+42
* The behavior of SPDUPDATE has been changed.ume2001-10-171-10/+6
* Bring in latest CSRG revisions to this file:ru2001-10-171-1/+9
* 64-bit fixes from CSRG.ru2001-10-172-4/+4
* Revision 1.32 corresponded to CSRG revision 8.2.ru2001-10-171-1/+1
* Revision 1.13 corresponded to CSRG revision 8.4.ru2001-10-171-1/+1
* Record the fact that revision 1.39 corresponded to CSRG revision 8.4,ru2001-10-171-1/+1
* Bring in latest CSRG revisions to this file.ru2001-10-171-11/+11
* Print 4 per line. To do this, we test against i % 16 == 0 rather than i % 4imp2001-10-171-1/+1
* ToPIC fixes. scale back what we do for functional interrupts becauseimp2001-10-171-1/+2
* Remove a couple of errant tags.scottl2001-10-172-4/+0
* Back out previous revision. TCBHASHSIZE isn't an option, despite what I'ddes2001-10-172-10/+0
* if_index is the highest interface index in the system, not the nextfenner2001-10-171-3/+3
* The interface index space may be sparsely populated (e.g. when anfenner2001-10-175-4/+22
* If the remote uptime is less than one minute, print the uptime infenner2001-10-171-0/+2
* fix minor bug in kern.minvnodes sysctl. Use OID_AUTO.dillon2001-10-161-1/+1
* Make SCSI changer and SES devices standard in generic kernels.mjacob2001-10-166-0/+12
* When nfsd was started with only UDP servers, the master nfsd wouldiedowse2001-10-162-152/+212
* Document TCBHASHSIZE.des2001-10-162-0/+10
* Improve the wording of my last commit.murray2001-10-161-1/+1
* Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe().bde2001-10-163-381/+147
OpenPOWER on IntegriCloud