summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* s/biowait/bufwait/gphk2000-04-2918-34/+34
* Remove a leftover dysonism.phk2000-04-291-4/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-2971-72/+0
* Add a missing MODULE_DEPEND() on miibus.. I was working frompeter2000-04-292-0/+4
* Depend on miibus.peter2000-04-2915-0/+30
* Provide a tag so that miibus consumers can depend on the module,peter2000-04-291-0/+2
* Minimal tweak to make the ng_XXX modules depend on netgraph so that theypeter2000-04-292-1/+4
* nwfs depends on ncppeter2000-04-293-0/+6
* Stick a module dependency on 'splash' in the saver declaration macro sopeter2000-04-292-2/+6
* Initial dependency so that the kld's will link. imgact_coff dependspeter2000-04-292-0/+4
* The newer module dependency code exposes an apparent bug in thepeter2000-04-291-0/+1
* First round implementation of a fine grain enhanced module to modulepeter2000-04-298-385/+705
* Do not fault if curproc is null.peter2000-04-291-1/+1
* Do not use uprintf() for link time error messages. This has unpleasantpeter2000-04-292-8/+8
* This new version adds support for early NCR chips.groudier2000-04-296-2116/+4517
* Mark two functions as private.peter2000-04-296-0/+22
* LOAD_ADDRESS is not used here. See conf/ldscript.* for the link basepeter2000-04-294-4/+0
* Fixed typo.nyan2000-04-291-1/+1
* OOps forgot to check in this one...julian2000-04-281-3/+4
* Hookup /dev/[u]random on the Alpha.obrien2000-04-282-4/+91
* Initialise entropy pool.obrien2000-04-281-0/+5
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-2830-98/+188
* Replace PacketAliasRedirectPptp() (which had nothing specificru2000-04-285-111/+88
* Change Elf64_Brandinfo::brand from char* to int.dfr2000-04-281-1/+1
* Reserve register t7 on alpha to point at per-cpu global variables.dfr2000-04-281-1/+2
* When files are given to users by root, the quota system failed tomckusick2000-04-281-0/+10
* sanpai-san (sanpai@sanpai.org) suggested that we put the novel probeimp2000-04-281-2/+2
* Add a new macro CIRCLEQ_FOREACH_REVERSE for traversing through aarchie2000-04-271-0/+5
* make the example compile again.n_hibma2000-04-271-0/+2
* Add default 5min timeout for output drain to stop hanging on exit or in otherache2000-04-271-0/+2
* Spell PacketAliasRedirectAddr() correctly.ru2000-04-271-1/+1
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).ru2000-04-273-27/+150
* Add a bpfdetach() stub routine to bpf.c. Without this, you'll get anwpaul2000-04-271-0/+6
* Added PC-98 supports.nyan2000-04-273-0/+86
* Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.nyan2000-04-279-168/+572
* machine/random.h -> sys/random.hnyan2000-04-273-3/+3
* Add wormio.h. The wd driver needs it.nyan2000-04-272-1/+118
* Make PXE do a dhcp request to find out where its files are. Theps2000-04-271-15/+36
* Calculate checksum properly for propagated IPX/NetBIOS packets.bp2000-04-271-2/+2
* Fix support for 802.2 and SNAP frames. Bug was introduced duringbp2000-04-272-25/+53
* Don't report errors when we UDP_WRITE fails with a status of 1.ps2000-04-271-1/+3
* duh, i forgot to change a bitmask, sorry alexandercg2000-04-261-1/+1
* Remove synchronizing instruction in MP unlock code. It turns outdillon2000-04-261-10/+21
* Fix #! script exec under linux emulation. If a script is exec'd from adillon2000-04-269-39/+156
* Driver for DEC "Tulip" based WAN cards from LanMedia Corporation.phk2000-04-2610-569/+605
* fix minor numbers for multi-channel devicescg2000-04-261-8/+6
* Now that we are compiling PXE into libi386, we don't need ../libi386 injhb2000-04-261-1/+0
* repo-copied to sys/gnu/dev/sound/pci/emu10k1.hcg2000-04-261-672/+0
* update for new location of emu10k1.h under sys/gnucg2000-04-261-1/+1
* MFPAO3. Improvement of of pccard cis tuple parsing capability.iwasaki2000-04-261-0/+29
OpenPOWER on IntegriCloud