summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-01-29Some more cleaning and sync with other ppc ports, in order to help with aMiod Vallat
2004-01-29In bus_dmamap_sync(), be sure to flush a host pa.Miod Vallat
2004-01-29as seen in freebsd: asm pagezero implementations, but use a fn pointer.Ted Unangst
2004-01-29The Sxxx proc state defines start at 1, not 0. Also make the constTodd C. Miller
2004-01-29reset TCPT_KEEP to tcp_keepidle when switching to ESTABLISHED;Markus Friedl
2004-01-29"And you definitely don't want to use p_priority. Use PRIBIO"Thierry Deval
2004-01-29turn off TF_SIGNATURE on the listen socket if there is no matching SA.Markus Friedl
2004-01-29check struct reg for evil; from netbsdMichael Shalayeff
2004-01-29Avoid an annoying freeze during attach of live "scsibus" devices.Thierry Deval
2004-01-29struct regs for realMichael Shalayeff
2004-01-29Don't assume 1:1 mapping for bus_spac anymore.Miod Vallat
2004-01-29support for RFC3390 (Increasing TCP's Initial Window); ok deraadt, itojunMarkus Friedl
2004-01-29Map the raven, pcic, and isa/pci io space virtual rather than 1:1.Miod Vallat
2004-01-29Allow "halt" as a root device, to return to the BUG, as done on some otherMiod Vallat
2004-01-29don't increase the cwnd on syn-ack; ok itojun@, deraadt@Markus Friedl
2004-01-29mark directories to enter laterTheo de Raadt
2004-01-29Simplify test for CPUID_TSC in cpu_featureTom Cosgrove
2004-01-29No longer accept memory ranges in KB from /boot, which hasn't doneTom Cosgrove
2004-01-29Allow the machine-dependent part of BOOT to change the program name.Tom Cosgrove
2004-01-29Correctly handle 88110 exceptions occuring in a delay slot: control mustMiod Vallat
2004-01-29187BUG, 188BUG and 197BUG agree that only SSR3 needs to be preserved acrossMiod Vallat
2004-01-28Return to BUG if main() returns, rather than falling through the scheduler...Miod Vallat
2004-01-28Don't rely on vp->v_usecount to tell when we can dispose of our resourcesTodd C. Miller
2004-01-28Do not put the sample IndustryPack driver in GENERIC. This makes no real sense.Miod Vallat
2004-01-28Correctly protect against multiple inclusion...Miod Vallat
2004-01-28More clock handling cleanup:Miod Vallat
2004-01-28Better fix the typo for real, this time. Oops.Miod Vallat
2004-01-28oh, i'll happily steal the commit. ok henning@, markus@, otto@ (iirc)Daniel Hartmeier
2004-01-28Add new probe signature. From Alexey E. Suslikov <cruel@texnika.com.ua>.Alexander Yurchenko
2004-01-28Use write-back mappings whenever possible again, but make sure thatMiod Vallat
2004-01-28Add tftpboot to the mvme88k builds.Miod Vallat
2004-01-28Skip first argument on commandline, so we can try to actually boot theMiod Vallat
2004-01-28sniff. first file i add'd is first to be rm'dTed Unangst
2004-01-28syncTheo de Raadt
2004-01-28K8HTB bridges..Theo de Raadt
2004-01-28Fix the logic for defining away __extension__, it was reversed.Todd C. Miller
2004-01-28duh. no need for swapgeneric here too; from deraadt@Michael Shalayeff
2004-01-28no need; from tedu@Michael Shalayeff
2004-01-28an amd64 arch support.Michael Shalayeff
2004-01-28Oops, forgot cvs add in previous commit; spotted by deraadt@Miod Vallat
2004-01-27this part is not needed for sierra wirelessTheo de Raadt
2004-01-27Only install the fpsp exception vectors if the cpu is a 68040.Miod Vallat
2004-01-27Bad duplicate of mpcpcibr.cMiod Vallat
2004-01-27viritual -> virtualMiod Vallat
2004-01-27drop packet if kif == NULL; ok henning deraadtMarkus Friedl
2004-01-27in gettdbbysrcdst(): hash by SRC and lookup SA in the tdbsrc[] hash tableMarkus Friedl
2004-01-27don't convert tcpmd5 to ip-over-ip in SADB_X_GETSPROTO; from hshoexerMarkus Friedl
2004-01-27#define away __extern__ for old gcc and non-gcc; espie@ OKTodd C. Miller
2004-01-27enable bpp for sun4m too; jason@ okMichael Shalayeff
2004-01-26Major overhaul of biosboot and installboot, using EDD (LBA) reads ifTom Cosgrove