summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* now that jlemon has added a hash table to lookup locally configured ipbillf2001-09-291-3/+2
* Make the INADDR_TO_IFP macro use the IP address hash lookup instead ofjlemon2001-09-291-1/+1
* Introduce network device nodes. Network devices will now automaticallyjlemon2001-09-292-63/+158
* Change sysctl_iflist() so it has a single point of return. This willjlemon2001-09-291-3/+4
* Use in_ifaddrhashtbl instead of in_ifaddrhead to look up IP address.jlemon2001-09-291-5/+1
* Add support for 28800 baud to sio.jlemon2001-09-294-1/+4
* Add a hash table that contains the list of internet addresses, and usejlemon2001-09-296-63/+113
* Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h>jlemon2001-09-295-11/+6
* Correct snd_maestro3_load command line for loader.conf.bmah2001-09-292-2/+2
* Pseudofs take 2:des2001-09-293-54/+170
* Add a couple of API functions I need for my pseudofs WIP. Documentationdes2001-09-292-1/+54
* use openpty() instead of rolling a custom function (which didn't supportbillf2001-09-282-30/+18
* Update COMPAT3X libc from RELENG_3. This solves the problem of runningpeter2001-09-282-11492/+11506
* Move a bunch of initialization into a function which must be runluigi2001-09-281-53/+75
* Set the 'no pseudo header checksum' option for RX checksums, otherwisewpaul2001-09-281-3/+3
* Added NetBSD 1.5.2wosch2001-09-281-1/+3
* New release notes: interface capabilities, faith(4)/stf(4)/tap(4)/vlan(4)bmah2001-09-282-2/+54
* The previous commit introduced some references to "curproc" which should havedes2001-09-281-2/+2
* Add a new option to edquota(8) - "-f", which willyar2001-09-282-10/+38
* Unwind some more macros. NFSMADV() was kinda silly since it was rightpeter2001-09-2810-207/+175
* Oops. I forgot to cvs rm this before. There is a common nfsproto.h.peter2001-09-281-439/+0
* Remove linux_getpgid(). We map the syscall natively now.marcel2001-09-281-21/+0
* o Remove the linux_setpgid() stub.marcel2001-09-284-30/+8
* Stop using linux_getpgid(). The implementation at this time ismarcel2001-09-281-2/+2
* Regen: Stop using linux_getpgid(). Use the native getpgid()marcel2001-09-283-9/+5
* Stop using linux_getpgid(). The implementation at this time ismarcel2001-09-281-1/+1
* Make the NODEF type usable. A syscall of type NODEF will onlymarcel2001-09-281-1/+2
* Swap the src and dst arguments of the bcopy added in themarcel2001-09-281-1/+1
* Use rsync instead of tar and ssh to upload snapshots.bmah2001-09-280-0/+0
* New release notes: bge(4), ng_gif(4), ng_gif_demux(4), ng_ip_input(4),bmah2001-09-285-1/+76
* Mention that gif interfaces are created at runtime and refer thebrooks2001-09-282-0/+14
* namei.h: move "struct componentname" definition outside "struct nameidata",luigi2001-09-283-19/+30
* Remove a couple unintentional mentions of Ethernet that crept in frombrooks2001-09-281-2/+2
* Add device driver support for the Broadcom BCM570x family of gigabitwpaul2001-09-2711-0/+5057
* Two main changes here:luigi2001-09-279-290/+437
* Make nfsm_dissect() have an obvious return value.peter2001-09-279-166/+157
* Add the new ng_gif, ng_gif_demux, and ng_ip_input nodes to NOTES so theybrooks2001-09-272-0/+6
* Borrow Peter's peril-sensitive sunglasses and add a short parody quoted injhb2001-09-271-0/+2
* Add ng_ip_input. A new netgraph node for queuing IP packets into thebrooks2001-09-278-0/+330
* Fix a manlint nit with the aac.4 manpage.scottl2001-09-271-1/+1
* Add an apparently working entry for the BayStack 660, 2mbps directbrooks2001-09-271-0/+6
* - Fix some minor whitespace nits.jhb2001-09-271-4/+4
* Update list of urio devices supported.bmah2001-09-272-2/+2
* RFC2349 (http://www.hypermail.org/rfcs/rfc2349.html) adds supportobrien2001-09-272-9/+122
* Restore this file to style(9). Mostly consists of whitespace fixes in thejhb2001-09-271-127/+126
* Fix a whitespace style nit.jhb2001-09-271-1/+1
* Disable the check in icu_setup() to see if a handler was already used asjhb2001-09-274-0/+8
* Modify a "You don't exist" message, pretty rude for transient YP failures.green2001-09-271-1/+1
* MFCs noted: ancontrol(8) -M, nl(1).bmah2001-09-272-4/+6
* Fix typo: BGGPHY -> BRGPHY in one of the #defines I added the other day.wpaul2001-09-271-1/+1
OpenPOWER on IntegriCloud