summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't include <sys/types.h> when it isn't used.bde1996-04-191-2/+1
* Don't depend on <sys/types.h> including <sys/cdefs.h>.bde1996-04-194-5/+7
* savectx returns through cpu_switch in case of the child, so it mustphk1996-04-194-8/+10
* Whoops, shouldn't really have been here, but what the heck: remove somephk1996-04-181-5/+3
* Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax,phk1996-04-187-14/+24
* - Save/restore the FS data segment.nate1996-04-184-78/+78
* - Addition of my name to the APM Copyrightnate1996-04-182-100/+66
* Three speed-ups in the output path (two small, one substantial):wollman1996-04-181-39/+51
* Define a few macros useful in the _IP_VHL case.wollman1996-04-181-1/+8
* Fix a warning by not referencing ip_output() as a pr_output() member.wollman1996-04-181-2/+2
* Always call ip_output() with a valid route pointer. For igmp, also get thewollman1996-04-182-17/+24
* Add an inline function to compute the common-case IP header checksum.wollman1996-04-181-0/+76
* Added a disabled psm0 (PS/2) mouse device, using the new 'disable'nate1996-04-182-2/+6
* Implement the RFNOWAIT flag for rfork(). If set this flag will cause thesmpatel1996-04-172-49/+41
* Support FreeBSD v2.1pst1996-04-171-19/+17
* Add in linux support for the quickcam driver bottom half andpst1996-04-171-23/+69
* Fix for PR #1146: the "next" pointer must be cached before calling soabortdg1996-04-161-4/+8
* Two fixes from Rich Stevens:dg1996-04-152-7/+10
* Update PCI bus code from my current sources:se1996-04-142-310/+330
* Now that I have started to use netboot, I see what is missing...phk1996-04-142-36/+56
* Fixed handling of device flags. The real flags were never used.bde1996-04-131-2/+5
* Oops, include opt_pcvt_hdr.h before the key value in it is used.bde1996-04-131-2/+2
* Fixed `PCVT_FREEBSD=210'.bde1996-04-132-4/+4
* Another try: fixed bogus change of the fifo settings for the non-speed of 0.bde1996-04-133-9/+9
* Don't use a newfangled auto initializer. Initialize everything byjhay1996-04-131-2/+6
* Changed _BSD_PID_T_ from long to int. Lite2 changed pid_t from long tobde1996-04-131-2/+2
* Changed `noreturn' to `__noreturn__' so that all headers don't break ifbde1996-04-131-4/+4
* Fix a longstanding bug and a buglet of no significance.phk1996-04-131-23/+18
* Eliminated sloppy common-style declarations. Now there are no duplicatedbde1996-04-133-5/+12
* Eliminated sloppy common-style declarations. Now there are no duplicatedbde1996-04-137-28/+48
* Declared `unittab' as static. It was bogusly shared between the asc andbde1996-04-132-3/+7
* Document how to drop into DDB from a serial console.jkh1996-04-131-1/+10
* Use PCB_SAVEFPU_SIZE instead of a too-small size in savectx(). Thisbde1996-04-133-27/+33
* Generate #define of PCB_SAVEFPU_SIZE for use in savectx().bde1996-04-132-2/+4
* Improve the handling of receive errors. Fix a nasty bug in the receivejhay1996-04-123-165/+486
* Make alltraps a .globl so that DDB doesn't make people belive they havephk1996-04-123-3/+6
* Fix a bogon I introduced with my last change.phk1996-04-121-2/+2
* remove variables KMODGRP?=, KMODOWN?=, KMODMODE?=wosch1996-04-111-43/+15
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.bde1996-04-1111-13/+53
* Fixed a spl hog. The vmdaemon process ran entirely at splhigh. Itbde1996-04-111-1/+3
* Spell cpu_switch() with an i in a comment.bde1996-04-111-2/+2
* Fixed the PF_REMOTE case of ptcwrite(). I broke it in rev.1.22. Outputbde1996-04-111-4/+15
* Added a note about OPTi 82C929 based cards.smpatel1996-04-111-5/+10
* When cslip gets an uncompressed packet, it attempts to save off the TCP/IPdg1996-04-111-4/+11
* Added documentation for "options PAS_JOYSTICK_ENABLE"scrappy1996-04-111-1/+4
* mentioned support for enabling gameport on ProAudio Spectrum withscrappy1996-04-113-3/+12
* Disable sio3 in GENERIC - it messes with ATI cards.jkh1996-04-102-4/+4
* removed RS_IBUFSIZE #ifndef - have been informed it was a bad ideascrappy1996-04-103-9/+3
* hp300 -> i386nate1996-04-102-4/+4
* Placed an #ifndef around RS_IBUFSIZE so that it can be changed in thescrappy1996-04-103-3/+9
OpenPOWER on IntegriCloud