summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduced division by i586_ctr_rate to multiplication by i586_ctr_multiplier.bde1996-08-021-6/+4
* dscheck() was returning without setting bp->b_error when given a negativepeter1996-08-021-1/+2
* The sd and od drivers didn't check for negative block numbers (like wd.cpeter1996-08-022-6/+6
* When I hit [Ctrl]+8, appeared 9 instead of 8. It may not be critical butnate1996-08-011-1/+1
* Write protect the text segment of gzip'ed programs.phk1996-08-011-27/+21
* Declare fls() for the non-inline case. Defer writing the generic versionwollman1996-08-011-1/+4
* Add an fls() inline function which does the opposite operation towollman1996-08-012-2/+24
* Eliminated pcb_inl. It was always 0 because context switches don't occurbde1996-07-317-29/+10
* Changed wakeup_one() to continue looping, possibly waking up additionaldg1996-07-311-8/+5
* Converted timer/run queues to 4.4BSD queue style. Removed old and unuseddg1996-07-319-176/+101
* Fixed longstanding bug of not checking `dumpdev' or setting `dumplo'bde1996-07-302-20/+14
* Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplifiedbde1996-07-303-120/+96
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-307-94/+217
OpenPOWER on IntegriCloud