summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Submitted by: archie@whistle.comjulian1996-08-071-2/+3
* Megacommit to straigthen out ETHER_ mess.phk1996-08-0625-209/+156
* Use ether_ioctl() to do a lot of grunt work.phk1996-08-062-94/+12
* Fix memory leak bug in the path parsing code which never released it'snate1996-08-052-12/+20
* Send out a period of "0" if negotiating asynchronous transfers (offset = 0).se1996-08-051-5/+14
* use <net/ethernet.h>phk1996-08-051-1/+2
* This file is the (intended) definitive source of the ETHER_ macros.phk1996-08-051-0/+13
* Filter by IP protocol.alex1996-08-051-21/+36
* Create FreeBSD copyright (c comment) for OS versionwosch1996-08-041-2/+31
* Add separate kmalloc classes for BIO buffers and Ktrace info.phk1996-08-043-18/+22
* The check for multiple freed items were bogus. fixed.phk1996-08-041-7/+12
* Remove a spurious message.phk1996-08-041-1/+1
* Reduce reset timeout. "only" 16 seconds (!) for a 512K board.phk1996-08-041-3/+2
* Make the NS and IPX cases compile again.phk1996-08-041-7/+10
* Update driver.phk1996-08-042-209/+226
* Replace about 60 lines of code with a call to ether_ioctl().phk1996-08-042-160/+18
* Add a callback pointer to the interfaces "init" routine.phk1996-08-042-2/+91
* make si.c compile in kernels without COMPAT_43.peter1996-08-032-4/+10
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-0210-76/+43
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-022-16/+12
OpenPOWER on IntegriCloud