Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-01 | tag... | Dale Rahn | |
2004-02-01 | fix tags... | Dale Rahn | |
2004-02-01 | tag... | Dale Rahn | |
2004-02-01 | Kernel library bits for arm, from NetBSD. | Dale Rahn | |
2004-02-01 | cats (ARM) support for OpenBSD, based on NetBSD code. | Dale Rahn | |
2004-02-01 | Arm port, NetBSD codebase stripped down, 32bit only support. | Dale Rahn | |
2004-01-31 | rename tcp sockopt TCP_SIGNATURE_ENABLE to TCP_MD5SIG | Henning Brauer | |
requested by theo ok markus@ hshoexer@ | |||
2004-01-31 | fix stupid typo in the reading/writing mode control register for ite. | Alexander Yurchenko | |
2004-01-31 | ite doesn't need a special interrupt function. | Alexander Yurchenko | |
more space to save. | |||
2004-01-31 | Disable i31244 support until we see a real divice using this chip. | Alexander Yurchenko | |
If you're lucky owner of it mail me. Also don't compile opti support stuff since it's disabled anyway. Saves about 3K on floppy. | |||
2004-01-31 | constify timing values. | Alexander Yurchenko | |
2004-01-31 | !sack_disable -> sack_enable; ok deraadt@ | Markus Friedl | |
2004-01-31 | spaces, .o is the same. | Alexander Yurchenko | |
2004-01-31 | typo from Jared Yanovich; | Jason McIntyre | |
2004-01-31 | Add pci_machdep hook for cats. ok deraadt@ | Dale Rahn | |
2004-01-31 | Arm provides audio interrupt bits, do not default them here. ok deraadt@ | Dale Rahn | |
2004-01-31 | add another USB device... as requested | Theo de Raadt | |
2004-01-31 | rename SIMD/SIMD2 to SSE/SSE2 | Theo de Raadt | |
2004-01-30 | Backout until we have a better implementation... | Thierry Deval | |
2004-01-30 | Remove redundant initialization. | Miod Vallat | |
2004-01-30 | Some cleaning and sync to the macppc openpic code. | Miod Vallat | |
No functional result. | |||
2004-01-30 | add support for getsockopt(..., TCP_SIGNATURE_ENABLE | Henning Brauer | |
so you can check wether a just accept()ed connection is md5sig'd ok deraadt@ markus@ | |||
2004-01-29 | recognize arm. | Dale Rahn | |
2004-01-29 | typos; jjy2+@pitt.edu | Theo de Raadt | |
2004-01-29 | typos; jjy2+@pitt.edu | Theo de Raadt | |
2004-01-29 | Pretty printf. | Miod Vallat | |
2004-01-29 | Have 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-29 | Print system type early in autoconf, as determined from the board status | Miod Vallat | |
register. | |||
2004-01-29 | fix prototype of pmap_update(), ok miod@ | Dale Rahn | |
2004-01-29 | Some more cleaning and sync with other ppc ports, in order to help with a | Miod Vallat | |
future factorization of the pci bridge code. | |||
2004-01-29 | In bus_dmamap_sync(), be sure to flush a host pa. | Miod Vallat | |
2004-01-29 | as 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-29 | The Sxxx proc state defines start at 1, not 0. Also make the const | Todd C. Miller | |
usage more correct and fix a signed/unsigned format mismatch. Based on a patch from Patrick Latifi. OK deraadt@ | |||
2004-01-29 | reset TCPT_KEEP to tcp_keepidle when switching to ESTABLISHED; | Markus Friedl | |
ok henning, deraadt | |||
2004-01-29 | "And you definitely don't want to use p_priority. Use PRIBIO" | Thierry Deval | |
From art@ | |||
2004-01-29 | turn 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-29 | check struct reg for evil; from netbsd | Michael Shalayeff | |
2004-01-29 | Avoid an annoying freeze during attach of live "scsibus" devices. | Thierry Deval | |
looks ok deraadt@, mickey@, krw@ and art@(but I hate it) | |||
2004-01-29 | struct regs for real | Michael Shalayeff | |
2004-01-29 | Don't assume 1:1 mapping for bus_spac anymore. | Miod Vallat | |
2004-01-29 | support for RFC3390 (Increasing TCP's Initial Window); ok deraadt, itojun | Markus Friedl | |
2004-01-29 | Map the raven, pcic, and isa/pci io space virtual rather than 1:1. | Miod Vallat | |
2004-01-29 | Allow "halt" as a root device, to return to the BUG, as done on some other | Miod Vallat | |
platforms. | |||
2004-01-29 | don't increase the cwnd on syn-ack; ok itojun@, deraadt@ | Markus Friedl | |
2004-01-29 | mark directories to enter later | Theo de Raadt | |
2004-01-29 | Simplify test for CPUID_TSC in cpu_feature | Tom Cosgrove | |
ok fgsch@, deraadt@ | |||
2004-01-29 | No longer accept memory ranges in KB from /boot, which hasn't done | Tom 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@ | |||
2004-01-29 | Allow the machine-dependent part of BOOT to change the program name. | Tom Cosgrove | |
ok weingart@, deraadt@ | |||
2004-01-29 | Correctly handle 88110 exceptions occuring in a delay slot: control must | Miod Vallat | |
be restored with valid EXIP+D and ENIP values in this case, unless it is decided to skip instructions. | |||
2004-01-29 | 187BUG, 188BUG and 197BUG agree that only SSR3 needs to be preserved across | Miod Vallat | |
BUG calls, though SSR0-SSR2 will be corrupted on some BUGs. This allows up to simplify slightly the context switching code. |