summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-29Have the bootloader pass RB_ flags, as well as the boot device, to the kernel,Miod Vallat
and have the kernel process them correctly. Right now code to match the BUG's idea of the boot device with the kernel's is missing.
2004-01-29Print system type early in autoconf, as determined from the board statusMiod Vallat
register.
2004-01-29- replace old-style macrosJason McIntyre
- mmultiple args do not need to be quoted - uppercase .Sh args - reference 15.sed usd - some other tidy up
2004-01-29fix prototype of pmap_update(), ok miod@Dale Rahn
2004-01-29enable tcp md5sig om the connecting socket when md5sig is configured for thatHenning Brauer
peer. I just successfully established an md5sig'd session against a cisco 7200 with that.
2004-01-29Some more cleaning and sync with other ppc ports, in order to help with aMiod Vallat
future factorization of the pci bridge code.
2004-01-29In bus_dmamap_sync(), be sure to flush a host pa.Miod Vallat
2004-01-29.Xr gcc-local 1;Jason McIntyre
2004-01-29Simple FIFO regress for O_RDWR using poll, read and write.Todd C. Miller
2004-01-29as seen in freebsd: asm pagezero implementations, but use a fn pointer.Ted Unangst
the sse2 version cuts ZOD fault time in half. suggestions mickey deraadt. many many testers. ok deraadt.
2004-01-29fix to use sigaltstack again. help miod ok miod deraadtTed Unangst
2004-01-29sync pf.conf example with spamd(8); ok deraadt@Todd T. Fries
2004-01-29some fixes from wiz@netbsd, and a couple other bits;Jason McIntyre
2004-01-29more consistent; from Okan Demirmen;Jason McIntyre
ok deraadt@
2004-01-29spamd-setup(8) does not take a file arg;Jason McIntyre
from Okan Demirmen (PR 3657); ok deraadt@
2004-01-29The Sxxx proc state defines start at 1, not 0. Also make the constTodd C. Miller
usage more correct and fix a signed/unsigned format mismatch. Based on a patch from Patrick Latifi. OK deraadt@
2004-01-29reset TCPT_KEEP to tcp_keepidle when switching to ESTABLISHED;Markus Friedl
ok henning, deraadt
2004-01-29remove dupsTheo de Raadt
2004-01-29remove dupsTheo de Raadt
2004-01-29"And you definitely don't want to use p_priority. Use PRIBIO"Thierry Deval
From art@
2004-01-29turn off TF_SIGNATURE on the listen socket if there is no matching SA.Markus Friedl
allows using a single listen socket for both tcpmd5 and plain tcp. ok aaron, henning.
2004-01-29check struct reg for evil; from netbsdMichael Shalayeff
2004-01-29destdir supportMarc Espie
okay pvalchev.
2004-01-29Avoid an annoying freeze during attach of live "scsibus" devices.Thierry Deval
looks ok deraadt@, mickey@, krw@ and art@(but I hate it)
2004-01-29some support for amd64Michael Shalayeff
2004-01-29struct regs for realMichael Shalayeff
2004-01-29KNFHenning Brauer
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
platforms.
2004-01-29don't increase the cwnd on syn-ack; ok itojun@, deraadt@Markus Friedl
2004-01-29typoTheo de Raadt
2004-01-29cleanupMichael Shalayeff
2004-01-29and another oneMichael Shalayeff
2004-01-29another typoMichael Shalayeff
2004-01-29typoMichael Shalayeff
2004-01-29mark directories to enter laterTheo de Raadt
2004-01-29oops missing \Theo de Raadt
2004-01-29syncTheo de Raadt
2004-01-29s/arm32/arm/ ok deraadt@Dale Rahn
2004-01-29s/arm32/arm/ ok deraadt@Dale Rahn
2004-01-29syncTheo de Raadt
2004-01-29cats will have theseTheo de Raadt
2004-01-29cats will have fdiskTheo de Raadt
2004-01-29cleanup byte order detection per arch a bit; mickey okTheo de Raadt
2004-01-29will be needed for cats tooTheo de Raadt
2004-01-29Simplify test for CPUID_TSC in cpu_featureTom Cosgrove
ok fgsch@, deraadt@
2004-01-29MORE BULLSHIT BECAUSE THIS PIECE OF SHIT IS INTERTWINED WITH PFCTLTheo de Raadt
2004-01-29No longer accept memory ranges in KB from /boot, which hasn't doneTom Cosgrove
this since 1999. If /boot tries to, we will now panic() with the "/boot too old" message. No-one should be using such an old /boot anyway, since it didn't support ELF kernels then. ok weingart@, deraadt@