summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().green2000-04-268-216/+116
* Default device not longer uses the "r" raw prefix.obrien2000-04-261-1/+1
* This file isn't needed anymore, has symbols that conflicts with cdrio.hobrien2000-04-261-117/+0
* Bring support in for Intel Wired for Management 1.1 (PXE 0.99 andps2000-04-262-45/+96
* Remove dummy read_random function since we now have a real one.mjacob2000-04-261-10/+0
* Well, make intrhand2_t take a void * arg then. Matches i386.mjacob2000-04-261-2/+2
* LanMedias driver sources for the LMC1000 and similar cards.phk2000-04-266-0/+3746
* Don't disable interrupts when calling a vm86 mode interrupt or routinejhb2000-04-262-4/+4
* remove "register" specifiers to supress compiler warning.kjc2000-04-261-2/+2
* Remove unused variable.mjacob2000-04-261-1/+0
* Ignore tulip chips on LanMedia WAN cards.phk2000-04-252-0/+14
* Clone the {b|bio}_offset field, and make sure it is always initializedphk2000-04-256-18/+21
* First cut at adding CIS reading to xe driver. I don't have a cardimp2000-04-252-9/+16
* Checkin my first batch of New Mexico changes:imp2000-04-254-43/+48
* More machdep/random.h -> sys/random.h fixes.bp2000-04-256-12/+6
* Fix a long-standing bug which caused massive character loss in remotegrog2000-04-252-10/+30
* Add linker_if.m to the mix.obrien2000-04-241-0/+1
* Use kern/kern_random.c.obrien2000-04-241-1/+0
* Disable the returning of "wedged" commands; this is wrong and needs to bemsmith2000-04-241-1/+8
* Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds supportwpaul2000-04-246-3626/+3638
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-2415-492/+12
* * Rewrite to use kobj(9) instead of hard-coded function tables.dfr2000-04-246-445/+635
OpenPOWER on IntegriCloud