aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reject all IP versions but 4.Poul-Henning Kamp1996-04-241-2/+3
* Add missing "int" to static var.Satoshi Asami1996-04-242-4/+4
* This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K).John Dyson1996-04-242-8/+11
* - This code adds some backwards compatability hacks for buggy APM BIOSNate Williams1996-04-232-2/+50
* Format the already applied PCCARD additions to use KNF form. NoNate Williams1996-04-237-366/+340
* Adds the APM hooks into the generic pccard kernel files. With this codeNate Williams1996-04-236-16/+121
* Fix second instance of the inb type when getting the current sequencer address.Justin T. Gibbs1996-04-231-2/+2
* Fix a typo in the RESTART_SEQUENCER macro that could have causedJustin T. Gibbs1996-04-231-2/+2
* Updated the laptop 'kludge' file. Hopefully this can go away soon.Nate Williams1996-04-221-18/+20
* - add apm to the GENERIC kernel (disabled by default), and add some commentsNate Williams1996-04-2214-34/+171
* The default number of tags in the SCB paging case was supposed to beJustin T. Gibbs1996-04-221-2/+2
* This fixes a troubling oversight in some of the pmap code enhancements.John Dyson1996-04-222-2/+4
* Fixed in-line IP header checksumming. It was performed on the wrong headerBruce Evans1996-04-211-2/+2
* Add PCI IDs for the aic7860 (basically an aic7850 Ultra) and the aic7855Justin T. Gibbs1996-04-201-10/+42
* Implement SCB paging which allows up to 255 active commands on aic7770Justin T. Gibbs1996-04-202-406/+785
* Change the devconf description from "ISA or EISA bus" to "ISA bus" nowJustin T. Gibbs1996-04-202-4/+4
* Turn on SCB paging for aic7770 chips rev E or greater.Justin T. Gibbs1996-04-205-34/+89
* Implement SCB paging. This allows up to 255 active commands onJustin T. Gibbs1996-04-202-100/+181
* Yet more b_flags fixes. The previous ones broke the clearing of B_DONEBruce Evans1996-04-192-2/+10
* Fixed removal of devfs entries for the real slice corresponding to theBruce Evans1996-04-191-10/+55
* Don't include <sys/types.h> when it isn't used.Bruce Evans1996-04-191-2/+1
* Don't depend on <sys/types.h> including <sys/cdefs.h>.Bruce Evans1996-04-194-5/+7
* savectx returns through cpu_switch in case of the child, so it mustPoul-Henning Kamp1996-04-194-8/+10
* Whoops, shouldn't really have been here, but what the heck: remove somePoul-Henning Kamp1996-04-181-5/+3
* Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax,Poul-Henning Kamp1996-04-187-14/+24
* - Save/restore the FS data segment.Nate Williams1996-04-184-78/+78
* - Addition of my name to the APM CopyrightNate Williams1996-04-182-100/+66
* Three speed-ups in the output path (two small, one substantial):Garrett Wollman1996-04-181-39/+51
* Define a few macros useful in the _IP_VHL case.Garrett Wollman1996-04-181-1/+8
* Fix a warning by not referencing ip_output() as a pr_output() member.Garrett Wollman1996-04-181-2/+2
* Always call ip_output() with a valid route pointer. For igmp, also get theGarrett Wollman1996-04-182-17/+24
* Add an inline function to compute the common-case IP header checksum.Garrett Wollman1996-04-181-0/+76
* Added a disabled psm0 (PS/2) mouse device, using the new 'disable'Nate Williams1996-04-182-2/+6
* Implement the RFNOWAIT flag for rfork(). If set this flag will cause theSujal Patel1996-04-172-48/+40
* Support FreeBSD v2.1Paul Traina1996-04-171-19/+17
* Add in linux support for the quickcam driver bottom half andPaul Traina1996-04-171-23/+69
* Fix for PR #1146: the "next" pointer must be cached before calling soabortDavid Greenman1996-04-161-4/+8
* Two fixes from Rich Stevens:David Greenman1996-04-152-7/+10
* Update PCI bus code from my current sources:Stefan Eßer1996-04-142-310/+330
* Now that I have started to use netboot, I see what is missing...Poul-Henning Kamp1996-04-142-36/+56
* Fixed handling of device flags. The real flags were never used.Bruce Evans1996-04-131-2/+5
* Oops, include opt_pcvt_hdr.h before the key value in it is used.Bruce Evans1996-04-131-2/+2
* Fixed `PCVT_FREEBSD=210'.Bruce Evans1996-04-132-4/+4
* Another try: fixed bogus change of the fifo settings for the non-speed of 0.Bruce Evans1996-04-133-9/+9
* Don't use a newfangled auto initializer. Initialize everything byJohn Hay1996-04-131-2/+6
* Changed _BSD_PID_T_ from long to int. Lite2 changed pid_t from long toBruce Evans1996-04-131-2/+2
* Changed `noreturn' to `__noreturn__' so that all headers don't break ifBruce Evans1996-04-131-4/+4
* Fix a longstanding bug and a buglet of no significance.Poul-Henning Kamp1996-04-131-23/+18
* Eliminated sloppy common-style declarations. Now there are no duplicatedBruce Evans1996-04-133-5/+12
* Eliminated sloppy common-style declarations. Now there are no duplicatedBruce Evans1996-04-137-28/+48