summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-06-24Ooops! Make this work without uvmArtur Grabowski
1999-06-24don't free spp in swapmount, someone else does that for us. From: mickey@Artur Grabowski
1999-06-24fix cpu_switch panicMichael Shalayeff
1999-06-24manualy assign structuresMichael Shalayeff
1999-06-23Fixed compilation problems.cmetz
1999-06-23Compilation fixes.cmetz
1999-06-23Removed non-existent source file from SRC.cmetz
1999-06-23Removed portability ifdefs.cmetz
1999-06-23Removed portability ifdefs and calls to nonstandard back-end.cmetz
1999-06-23net_addrcmp(); needs man pageTheo de Raadt
1999-06-23KNFTheo de Raadt
1999-06-23Accidentally commited. Thanks mickey for catching this one.cmetz
1999-06-23Added some protocol independent interfaces (supposedly IPv6 support APIs, butcmetz
ones that are useful for all protocols, not just IPv6).
1999-06-23use sockaddr_storageTheo de Raadt
1999-06-23kill old tahoe codeArtur Grabowski
1999-06-23make it work with UVM. XXX - not done yet.Artur Grabowski
1999-06-23no reason for audio on the RAMDISKTheo de Raadt
1999-06-23solve a file creation raceTheo de Raadt
1999-06-23Support `igmp' filters.brian
Mostly submitted by: Timo Geusch <freebsd@sleepycat.ukpeople.net>
1999-06-23hme dma version for fas cardsTheo de Raadt
1999-06-23Use DEV_BSIZE instead of hard-coding 512Todd C. Miller
1999-06-23add -DUVM to CFLAGS if we run UVMArtur Grabowski
1999-06-23add -DUVM if we run UVMArtur Grabowski
1999-06-23When redirecting to a file with stdout closed, don't blithely reuseTodd C. Miller
fd 1 since that will cause future output on stdout to go to the file that was redirected. There is probably a better fix for this.
1999-06-23Improved sysv shared memory. Works with UVM.Artur Grabowski
Original work done in FreeBSD, but this code was ported from NetBSD by Chuck Cranor.
1999-06-23apparently we need to have kmemstats in the kernel even if we don't use it.Artur Grabowski
vmstat will fail if we don't have symbol even when it doesn't need it. XXX
1999-06-23our top does not show the last pid assignedTodd C. Miller
1999-06-23some sort actionTheo de Raadt
1999-06-23regenMichael Shalayeff
1999-06-23add hp atm and madge token ringMichael Shalayeff
1999-06-23attempt at repairing rl2_transmit (still broken); cleanup; spellingDavid Leonard
1999-06-23fdc's irq is 20Michael Shalayeff
1999-06-23regenMichael Shalayeff
1999-06-22hp300 syncTheo de Raadt
1999-06-22add TI tokenring card id (gecko)Michael Shalayeff
1999-06-22sprintf unknown device's id numbers in hexMichael Shalayeff
1999-06-22once it proved itself to work on everything we can get to, bump a version to ↵Michael Shalayeff
1/2 (;
1999-06-22this change somehow escaped the fpregs commitMichael Shalayeff
1999-06-22do the trace cmdMichael Shalayeff
1999-06-22allow stack tracing up to the very bottom of the stack; also tabs vs spacesMichael Shalayeff
1999-06-22why underscore if we have dollarsMichael Shalayeff
1999-06-22all kinds of tricks w/ gcc flagsMichael Shalayeff
1999-06-22amiga and arc are not cpu, but machines.Marc Espie
Hence the #ifdef corresponds to the kernel Makefile. Hence no __
1999-06-22regenNiklas Hallqvist
1999-06-22ESS audio driver ported from NetBSD, some mixer problems with X-based mixersNiklas Hallqvist
otherwise OK (mixerctl works quite OK, very strange). At the moment it is polled only, but it works quite OK that way too.
1999-06-22From NetBSD: SCTRL2 register number wrong.Jason Wright
1999-06-22need more room... bump RELOCJason Wright
1999-06-22install uvm includesArtur Grabowski
1999-06-22do it right this timeArtur Grabowski
1999-06-22commented-out aeon supportTheo de Raadt