summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-0245-417/+104
* add a missing return statement, doh.cg2000-09-021-0/+1
* Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h.iwasaki2000-09-024-3/+39
* Bite the bullet and provde memcmp() and memset(), this will be cheaperphk2000-09-023-25/+20
* Oops, only memset() is unsupported.phk2000-09-021-1/+0
* Purposely break kernel code which uses memset and memcpy to prevent peoplephk2000-09-021-0/+9
* Move svr4 here as well...phk2000-09-021-17/+17
* access() shouldn't diddle with the contents of a potentially sharedtruckman2000-09-022-16/+36
* Don't check for ohci/uhci to be loaded, check for the usb module.n_hibma2000-09-021-3/+2
* Move setproctitle() from libutil to libc (after a repo-copy)brian2000-09-021-1/+1
* A quick fix to get around a problem (described below) with cia basedgallatin2000-09-022-3/+5
* Define some more bits in CSR15 needed for previous change.wpaul2000-09-022-0/+8
* Make the blinkylights on non-MII 21143 cards work. We need to enablewpaul2000-09-012-0/+22
* If a base address register has been set up by the BIOS, but the relevantmsmith2000-09-012-12/+26
* List opt_asr.h for creation, as it's expected by the 'asr' driver in amsmith2000-09-011-0/+3
* Document the tap drivernsayer2000-09-012-0/+4
* Move the 'asr' driver to cdev major 154, since 97 is already taken.msmith2000-09-012-1/+2
* Change the probing order priority of acpi so that acpi is probed afteriwasaki2000-09-011-1/+1
* change mixer api slightlycg2000-09-0125-249/+627
* o Simplify if/then clause equating ESRCH with ENOENT when hiding a processrwatson2000-09-012-10/+4
* o Synchronize linprocfs authorization with procfs authorization improvementsrwatson2000-09-012-76/+58
* add 32bit formats and a couple of ioctlscg2000-09-011-26/+36
* Match IPPROTO_ICMP with IP protocol field of the original IPru2000-09-011-2/+2
* o Make procfs use vaccess() for procfs_access() DAC and super-user checks,rwatson2000-09-012-56/+8
* Fixed broken ICMP error generation, unified conversion of IP headerru2000-09-017-26/+47
* Fixed FPU_ERROR_BROKEN code. It had old-isa code.kato2000-09-011-2/+1
* Changed the way we handle outgoing ICMP error messages -- doru2000-09-011-12/+22
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-09-011-6/+6
* Add MAINTAINER tag to aid updaters in finding the responsible parties.msmith2000-09-011-0/+2
* Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT).msmith2000-09-0122-3/+12213
* New netgraph node type for Ethernet bridging.archie2000-09-016-2/+1187
* Fix wrong offset bug in ng_enaddr_unparse().archie2000-09-011-1/+2
* Take a shot at fixing multiple pci busses on i386.peter2000-08-317-66/+311
* Avoid free'ing a NULL pointer.archie2000-08-311-1/+2
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-3184-14248/+131
* Casts are needed to subtract u_longs.green2000-08-311-1/+1
* Remove duplicate static definition of pci_devclasspeter2000-08-312-2/+0
* Introduce explicit break statements in the various chipsets'gallatin2000-08-316-0/+28
* fix a typo introduced by Doug's busspace changes that causes UP1000s togallatin2000-08-311-1/+1
* o p_cansee() wasn't setting privused when suser() was required to overriderwatson2000-08-311-2/+7
* Merge rest piece of ACPI driver.To activate acpi driver ,addtakawata2000-08-319-6/+110
* Grab ADJUST_CHECKSUM() macro from alias_local.h.ru2000-08-311-17/+0
* Create aliasing links for incoming ICMP echo/timestamp requests.ru2000-08-312-47/+24
* Fix hangs caused by overzealous code removal.green2000-08-312-4/+4
* Modified PCI config space access code via pcib_if rather than usingiwasaki2000-08-311-27/+36
* Cleanup on power off code under ACPI.iwasaki2000-08-311-15/+21
* Improved Cyrix 486DX supports for NEC PC-98.kato2000-08-312-0/+30
* The INT 1B BIOS call is used to obtain geometries of SASI/IDE hardkato2000-08-311-2/+16
* Make it possible to pass boot()'s flags to shutdown_nice() so that themsmith2000-08-314-4/+11
* Only build 'mly' on i386, as it doesn't build and hasn't been tested onmsmith2000-08-301-2/+2
OpenPOWER on IntegriCloud