summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* kern_shutdown.c was more ANSI-C than K&R - remove the remnants of K&Rpeter2000-09-031-21/+12
* gcc knows that savectx() is potentially a setjmp style dual-returnpeter2000-09-031-6/+5
* libkern.h now internally uses the bzero() definition from sys/systm.h.peter2000-09-031-0/+1
* Replace previous change by a move of a #include since something elsepeter2000-09-031-5/+3
* If we are going to test NSMBUS, we had better #include the file thatpeter2000-09-031-0/+1
* Fix warnings by moving static functions before they are used.peter2000-09-031-39/+39
* Complain if we cannot find loader(8) metadata.peter2000-09-033-0/+6
* Find the module metadata before the console init rather than after.peter2000-09-031-2/+4
* This is real released software, let people think that.obrien2000-09-031-0/+1
* remove opt_devfs.hcg2000-09-022-2/+2
* update for phk's last devfs commitcg2000-09-021-10/+1
* Modify extended attribute protection model to authorize based onrwatson2000-09-022-43/+60
* 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
OpenPOWER on IntegriCloud