summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Silence lame compiler warning.truckman2000-09-161-0/+2
* Move SPECNAMELEN from <sys/conf.h> to <sys/param.h>phk2000-09-163-4/+1
* Today is just not my day. Really get the right file.gibbs2000-09-161-0/+6
* Use _ instead or - where proper, according to the style I have beendcs2000-09-162-17/+35
* Pull the correct file over to freefall.gibbs2000-09-161-30/+48
* I have no idea how a '#' became a '*'...phk2000-09-161-1/+1
* Solve a name clash.dcs2000-09-162-6/+12
* Add PCIM_CMD_MWRICEN, the bit in the command register in PCI spacegibbs2000-09-162-0/+2
* Move aicasm to its own subdirectory.gibbs2000-09-168-105/+110
* Move aicasm to its own subdirectory.gibbs2000-09-1625-11044/+11354
* Update for aic7xxx driver reorganization.gibbs2000-09-161-8/+9
* The default search path for kernel and modules was bogus. It makes nodcs2000-09-161-1/+1
* The module_path set by default was bogus. It had /boot/kernel last,dcs2000-09-161-3/+3
* Both boot and boot-conf were using a different algorithm from the onedcs2000-09-162-32/+38
* Make LINT link.phk2000-09-163-0/+12
* Add proper prototype for dkcksum();phk2000-09-163-0/+6
* Remove SMP hack.phk2000-09-161-6/+0
* Make LINT compile.phk2000-09-165-9/+6
* Make LINT compile.phk2000-09-163-3/+3
* Make LINT compile again.phk2000-09-162-0/+2
* Remove a few leftover CLBYTES related bits.phk2000-09-162-16/+0
* Remove a pointless casting of a gid_t to a gid_t.phk2000-09-161-1/+1
* Call bpfattach() correctly from if_ppp.cbrian2000-09-161-0/+5
* Turn dkcksum() into an __inline function.phk2000-09-164-20/+45
* Add canonical checks to devfs_setattr().phk2000-09-161-14/+50
* Change the interface to pccard_function_init. The interface is suchimp2000-09-162-8/+17
* It is possible for a TCP callout to be removed from the timing wheel,jlemon2000-09-161-5/+5
* Remove some commented out cruft.jhb2000-09-151-7/+0
* - Add a new process flag P_NOLOAD that marks a process that should bejhb2000-09-155-1/+8
* Idle processes are always runnable, so let them state at SRUN.jhb2000-09-152-3/+1
* Release Giant before starting up init.jhb2000-09-151-1/+3
* Use driver_intr_t instead of the now defunct inthand2_t.jhb2000-09-151-1/+1
* examined the gateway (from the routing table) only when the addressume2000-09-151-0/+10
* Add -Wmissing-prototypes.ru2000-09-152-5/+8
* Reserve major number 156 for uscannern_hibma2000-09-151-0/+1
* Factorize, reorganize, and move code around.dcs2000-09-152-116/+152
* Start countdown only _after_ the kernel was loaded. Not very fair otherwise.dcs2000-09-151-4/+4
* Merged from sys/isa/fd.c revision 1.187.kato2000-09-152-2/+10
* Merged from sys/i386/isa/sio.c revision 1.314.kato2000-09-152-0/+2
* Merged from sys/i386/isa/clock.c revision 1.157.kato2000-09-153-21/+21
* Merged from sys/i386/i386/machdep.c revision 1.408.kato2000-09-152-12/+12
* Moved the fe driver from the compat section to the correct section.nyan2000-09-152-4/+4
* Check to see if we actually have an interrupt descriptor and an interruptjhb2000-09-152-0/+42
* Add acpi_send_pm_event() to inform all devices that the system isiwasaki2000-09-142-3/+63
* Enforce process limit policy in one place to keep proccnt from divergingtruckman2000-09-141-2/+2
* Add pmtimer instance.iwasaki2000-09-142-0/+4
* Add Timer device driver for power management events.iwasaki2000-09-146-160/+154
* Grab the scheduler lock before calling setrunqueue() and mi_switch().jhb2000-09-141-0/+2
* With the help of 'Eric Christeson <echriste@ssesco.com>', determinedmjacob2000-09-141-1/+1
* m_cat() can free its second argument, so collect the checksum informationjlemon2000-09-141-1/+1
OpenPOWER on IntegriCloud