Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-02 | Support for UDMA2 capable SCx200 ide found on all National Semiconductor | Alexander Yurchenko | |
SC1100 based boards (soekris net4801 e.g.). Tested both with CF cards and UDMA2 drive. Help and three (sic!) OKs from gluk@, test and ok markus@. Thanks to Wim for the soekris board. | |||
2004-02-02 | gluk points out i missed tags | Ted Unangst | |
2004-02-02 | Do not evaluate pfi_index2kif[ifp->if_index] if PF is disabled. | Cedric Berger | |
Safer and faster since we know that ifp->if_index can potentially be garbage. ok dhartmei@ | |||
2004-02-02 | Don't return random garbage in the default case; return the smallest ring | Brad Smith | |
descriptor instead. From NetBSD ok deraadt@ | |||
2004-02-02 | I think there is no reason to splhigh around the VIA crypto stuff | Theo de Raadt | |
anymore; also, indicate to userland that it may now safely use the instructions | |||
2004-02-02 | ite is a yet another ``raid'' device, fake interface for it. | Alexander Yurchenko | |
2004-02-01 | More work in attempt to get interrupts working reliably: | Miod Vallat | |
- do not update 8259 masks after every modification, but let the code responsible for the changes update it at the most appropriate time. - be sure to correctly acknowledge interrupts on the 8259. - and various cleaning. This still fails when interrupts come too fast, at the moment. | |||
2004-02-01 | ignore too small MTUs (below 296 octets), similar to IPv4. | Daniel Hartmeier | |
2004-02-01 | set i386_has_xcrypt at the right place, which exposes itself as | Theo de Raadt | |
sysctl machdep.xcrypt Do not enabled yet.. | |||
2004-02-01 | Use "pushfl; popfl" sequence before each xcrypt-* instruction. According | Theo de Raadt | |
to the manual, any load into the EFLAGS register clears bit 30, resulting in key reload. This is the mechanism that permits multi-process use of the xcrypt-* instruction.. | |||
2004-02-01 | use VIA xstore-rng and xcrypt-* instructions, now that gas groks them | Theo de Raadt | |
2004-02-01 | via crypto code no longer needs to temporarily enable FSXR -- it is | Theo de Raadt | |
now always on. | |||
2004-02-01 | Merge many freebsd diffs | Theo de Raadt | |
add VIA c3 crypto instructions add fxsave, fxrstor | |||
2004-02-01 | Enable FXSR all the time, and cope with NPX/FXSR conversions; from netbsd. | Theo de Raadt | |
Pass SSE/SSE2/XCRYPT flags out via syctl, and prepare for being able to do xcrypt-* in userland; ok naddy, tested a lot by pvalchev and jolan, also works on amd64 in 32bit mode | |||
2004-02-01 | Restore support for amd64. | Thomas Nordin | |
2004-02-01 | NetBSD -> OpenBSD in the comments. | Miod Vallat | |
2004-02-01 | Trivial touches to compile with gcc 3. | Miod Vallat | |
2004-02-01 | Do not compile ptrace-related functions unless option PTRACE. | Miod Vallat | |
2004-02-01 | Do not compile ptrace-related functions unless option PTRACE. | Miod Vallat | |
2004-02-01 | Sync maxpartitions value with <machine/disklabel.h> | Miod Vallat | |
ok drahn@ | |||
2004-02-01 | Grok union like struct in genassym.cf. Will be needed shortly. | Miod Vallat | |
2004-02-01 | Sync user ldt code with NetBSD: | Alexander Yurchenko | |
- finally remove it from pcb, it's a pmap thing only - more sanity checks - better lockin - may be something else Fixes panics when using apps requiring it (mplayer-win32 e.g.). Problem found and test espie@. OKs from miod@ (sshhh, don't tell anyone) and art@. | |||
2004-02-01 | remove prototypes for non-existant functions. | Brad Smith | |
ok deraadt@ | |||
2004-02-01 | add cats support ok deraadt@ | Dale Rahn | |
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 | |