summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Even though this looks like it, this is not a complex code change.dyson1996-08-2124-628/+583
* Add hooks for an IP NAT module, much like the firewall stuff...sos1996-08-215-23/+60
* Add /usr/sbin to sysctl because /usr/sbin not in standard pathache1996-08-213-9/+9
* Add #define's for RFC1716/RFC1812 new ICMP UNREACHABLE types.fenner1996-08-201-1/+4
* Fix a minor style error in my code.smpatel1996-08-201-2/+2
* Sync rfork() flags up with OpenBSD.smpatel1996-08-201-7/+13
* Reran makesyscalls.sh after changing select()'s first argument to 'int'.smpatel1996-08-205-5/+5
* Remove the kernel FD_SETSIZE limit for select().smpatel1996-08-206-22/+61
* having checked in the file I probably should check in the entry forjulian1996-08-201-0/+1
* oops apparently this wasn't in my test compile, becasue it didn'tjulian1996-08-191-3/+4
* Update to match definitions in LBL June 96 releasepst1996-08-191-10/+17
* Collect all the functioons concerned with rebooting into one placejulian1996-08-196-437/+22
* for kern_conf.c, start allocating dynamic major numbersjulian1996-08-193-13/+17
* Add a protocol-specific mbuf flag.wollman1996-08-191-2/+3
* s/ETHER_MIN_LAN/ETHER_MIN_LEN/peter1996-08-191-1/+1
* fix handling of external objects referenced by mbufsjulian1996-08-192-28/+22
* oops somehow this dissppeared along the way..julian1996-08-191-1/+3
* fix a broken atalk stack..julian1996-08-191-3/+16
* add callout lists for exit() and fork()julian1996-08-192-2/+143
* move all functions related to shutting down to one filejulian1996-08-192-1/+447
* make the declaration of the __error() function C++ safe. Otherwise,peter1996-08-181-2/+5
* Add __unused to the list of __dead, __dead2, __pure, __pure2 etc.peter1996-08-181-2/+12
* Accept odd length ipx packets. (Win95 and some dialup servers use it.)jhay1996-08-181-6/+10
* Fix a couple of typos that sneaked in with Poul's ETHER_* mega-commit.joerg1996-08-181-2/+2
* Do not test_unit_ready() before starting the unit...joerg1996-08-171-7/+7
* restore nsccons variable from rev 1.115 that was deleted in rev 1.136peter1996-08-163-3/+6
* Fix fdavail() so that correctly pays attention to the rlimit.smpatel1996-08-151-3/+5
* Add comment about fxp device (Intel EE Pro/100B).asami1996-08-153-3/+12
* Certain vnode buffer list operations were not being spl protected,dyson1996-08-152-2/+10
* Fix a typo in the #define for PF_RTIP, even though I doubt it willjdp1996-08-151-2/+2
* Submitted by: doug Rabson (dfr@render.com)julian1996-08-132-9/+13
* Completely rewrite handling of protocol field for firewalls, things arepst1996-08-132-98/+45
* symlink support in devfs.julian1996-08-132-38/+96
* Fix two minor oddities introduced by my yesterday's patches:joerg1996-08-122-9/+15
* Back out mistaken local change that sneaked in on the last commit.wollman1996-08-122-0/+80
* Don't declare the user_ldt functions unless USER_LDT is defined.wollman1996-08-124-84/+8
* Convert to newly aded collate compare functionache1996-08-121-3/+3
* Extend the poll code so that it can periodically scan the host cardspeter1996-08-122-8/+22
* Add two more portrange sysctls, which control the area of the belowpeter1996-08-122-17/+52
* Use collate for alpha character rangesache1996-08-121-1/+4
* Apply my small patch to make detection of ATAPI CD-ROMs happen awpaul1996-08-121-3/+11
* Add support for i686 machine check trap.dg1996-08-118-13/+24
* Defined T_MCHK exception for i686; renumbered T_RESERVED to 29.dg1996-08-112-4/+6
* Fix many long-standing bugs and problems with pcvt, namely:joerg1996-08-104-19/+40
* Teach UserConfig about ANSI (DEC?) ``application mode'' arrow keyjoerg1996-08-101-3/+4
* Finally implement a simple commandline history in DDB.joerg1996-08-101-2/+71
* Add recognition for the AMD 5x86 CPU models.peter1996-08-102-2/+30
* Trivial cosmetic tweak to make the i[56]86 CPU MHz reprting round to thepeter1996-08-102-6/+10
* Submitted by: archie@whistle.comjulian1996-08-091-1/+1
* This diff adds support for the HP PC Lan+ cards (model numbers: 27247Bdg1996-08-074-64/+1556
OpenPOWER on IntegriCloud