aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed sccsids and rcsids and added Id$ to save space like everythingBruce Evans1996-08-283-17/+5
* Cleaned up interrupt masking by declaring the state variable in aBruce Evans1996-08-283-26/+35
* Use "" instead of <> for a header in the current directory.Bruce Evans1996-08-282-14/+4
* Fixed a wrong comment. Did tsleep() ever return the networking errnoBruce Evans1996-08-281-2/+2
* Add g to flags helpAndrey A. Chernov1996-08-281-1/+1
* Fixed a stale comment.Bruce Evans1996-08-281-2/+2
* Add g option to usage lineAndrey A. Chernov1996-08-282-2/+3
* Removed a ton of unused #includes. The introduction of SYSINIT() andBruce Evans1996-08-281-17/+1
* Add some padding to struct ifmibdata and move the `struct ifdata' toGarrett Wollman1996-08-281-2/+94
* Fixed restoral of nsscons variable. The tty for /dev/console was lost.Bruce Evans1996-08-283-6/+6
* Use "" instead of <> for a header in the current directory.Bruce Evans1996-08-281-2/+2
* Use (full) <> paths instead of ambiguous "" paths for headers not inBruce Evans1996-08-282-6/+6
* Clean up formatting and fix an & -> && bug pointed out by bdePaul Traina1996-08-282-174/+104
* Call bdevsw_add_generic() later so that there is no chance of returningBruce Evans1996-08-281-4/+4
* Sorted and fixed tabs.Bruce Evans1996-08-281-37/+37
* Oops, send the operation type, not the name to the NAT code...Søren Schmidt1996-08-271-2/+2
* Put back the initialization of the time constants of the SCSI and Sync.Stefan Eßer1996-08-271-4/+13
* Allow the user to switch into gdb mode from ddbPaul Traina1996-08-271-1/+21
* Support for GDB remote debug protocol.Paul Traina1996-08-2711-15/+1198
* Add hints to the file ./LINT and the handbook.Wolfram Schneider1996-08-272-2/+20
* correct a field comment that someone must have accidentally spammedJulian Elischer1996-08-261-2/+2
* Set clock prescale based on BIOS supplied value instead of trying toStefan Eßer1996-08-261-7/+16
* change a comment to match what the BSD4.4 book says.Julian Elischer1996-08-261-2/+2
* Remove the old cleanup code as it is no longer used..Julian Elischer1996-08-261-28/+3
* The socketpair(0 syscall is bogusly returning the fd numbers throughPeter Wemm1996-08-241-1/+3
* Unconditionally null-terminate string read into spkr driver.Peter Wemm1996-08-242-6/+12
* route.c:RTM_ADD does not check for a netmask before doing a tree walkPeter Wemm1996-08-241-2/+2
* Mark sockets where the kernel chose the port# for.Poul-Henning Kamp1996-08-232-2/+5
* Another attempt at making multi-sector mode work.John Dyson1996-08-231-16/+35
* add FreeBSD Inc. to copyright stringWolfram Schneider1996-08-221-1/+2
* Some cleanups to the callout lists recently added.Julian Elischer1996-08-226-83/+135
* Even though this looks like it, this is not a complex code change.John Dyson1996-08-2124-628/+583
* Add hooks for an IP NAT module, much like the firewall stuff...Søren Schmidt1996-08-215-23/+60
* Add /usr/sbin to sysctl because /usr/sbin not in standard pathAndrey A. Chernov1996-08-213-9/+9
* Add #define's for RFC1716/RFC1812 new ICMP UNREACHABLE types.Bill Fenner1996-08-201-1/+4
* Fix a minor style error in my code.Sujal Patel1996-08-201-2/+2
* Sync rfork() flags up with OpenBSD.Sujal Patel1996-08-201-7/+13
* Reran makesyscalls.sh after changing select()'s first argument to 'int'.Sujal Patel1996-08-205-5/+5
* Remove the kernel FD_SETSIZE limit for select().Sujal Patel1996-08-206-22/+61
* having checked in the file I probably should check in the entry forJulian Elischer1996-08-201-0/+1
* oops apparently this wasn't in my test compile, becasue it didn'tJulian Elischer1996-08-191-3/+4
* Update to match definitions in LBL June 96 releasePaul Traina1996-08-191-10/+17
* Collect all the functioons concerned with rebooting into one placeJulian Elischer1996-08-196-437/+22
* for kern_conf.c, start allocating dynamic major numbersJulian Elischer1996-08-193-13/+17
* Add a protocol-specific mbuf flag.Garrett Wollman1996-08-191-2/+3
* s/ETHER_MIN_LAN/ETHER_MIN_LEN/Peter Wemm1996-08-191-1/+1
* fix handling of external objects referenced by mbufsJulian Elischer1996-08-192-28/+22
* oops somehow this dissppeared along the way..Julian Elischer1996-08-191-1/+3
* fix a broken atalk stack..Julian Elischer1996-08-191-3/+16
* add callout lists for exit() and fork()Julian Elischer1996-08-192-2/+143