summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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-292-0/+2
* 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
* 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
* Set the 'no pseudo header checksum' option for RX checksums, otherwisewpaul2001-09-281-3/+3
* The previous commit introduced some references to "curproc" which should havedes2001-09-281-2/+2
* 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
* 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-277-0/+4850
* Two main changes here:luigi2001-09-277-254/+335
* 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
* Add ng_ip_input. A new netgraph node for queuing IP packets into thebrooks2001-09-276-0/+227
* - Fix some minor whitespace nits.jhb2001-09-271-4/+4
* 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
* Fix typo: BGGPHY -> BRGPHY in one of the #defines I added the other day.wpaul2001-09-271-1/+1
* Gate low level console output on mtx_lock_spin(&sio_lock), if thejlemon2001-09-272-0/+8
* Fix typo in a comment.luigi2001-09-271-1/+1
* Remove unused (and duplicate) struct ip_opts which is never used,luigi2001-09-271-12/+0
* Update a comment to reflect the param.c -> subr_param.c move.murray2001-09-272-2/+2
* This driver can talk to the Rio600 as well, make it happen.alfred2001-09-271-1/+2
* Return EINVAL if the passed intr is out of bounds.jlemon2001-09-274-0/+4
* Tidy up nfsm_build usage. This is only partially finished.peter2001-09-277-80/+81
* The initial commit contained an error in the license, this is thebrooks2001-09-274-9/+21
* Oops, forgot to rm this last time.peter2001-09-261-564/+0
* /home/brooks/ng_gif.messagebrooks2001-09-2611-1/+1174
* Use LIST_ macros instead of TAILQ_ macros to be more like NetBSD.brooks2001-09-262-9/+12
* The number of ccd(4) devices is no longer set at compile time so stopbrooks2001-09-263-3/+3
* Call securelevel_gt with a credential. Also, s/p/td->td_proc/.brooks2001-09-261-2/+2
* Include sys/proc.h for the definition of securelevel_ge().brooks2001-09-261-0/+1
* o Re-enable support of system file flags in jail() by adding back therwatson2001-09-261-1/+1
* o When performing a securelevel check as part of securelevel_ge() orrwatson2001-09-261-8/+15
* o Modify kern.securelevel MIB entry to return a local securelevel, ifrwatson2001-09-261-6/+27
* o Initialize per-jail securelevel from global securelevel as part ofrwatson2001-09-261-0/+1
OpenPOWER on IntegriCloud