Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-02 | as grange pointed out, BUFQ_ALLOC might fail | Ted Unangst | |
2004-02-02 | dont let files patch themselves into existance multiple time, and use | Dale Rahn | |
the correct version. | |||
2004-02-02 | remove sparcv9 code. | Brad Smith | |
ok marc@ | |||
2004-02-02 | be just like gnu emacs when more than 2 files are specified on the command | Vincent Labrecque | |
line: create a buffer list window | |||
2004-02-02 | Yet another signature; reported by danh@ | Alexander Yurchenko | |
2004-02-02 | make the stack compile if NPF=0. ok deraadt@ markus@ | Cedric Berger | |
2004-02-02 | missing #if NPF > 0. ok henning@ | Cedric Berger | |
2004-02-02 | partially working... | Dale Rahn | |
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 | spaces | Theo de Raadt | |
2004-02-02 | Fix bug in the decision process. The decision process is unable to directly | Claudio Jeker | |
detect changes of the active prefix. This bug is only triggered when a nexthop changes state. While doing that clarify prefix_move a bit. OK henning@ | |||
2004-02-02 | 'F'reeguard doc, as reported missing by brad. nit free thanks to jmc | Ted Unangst | |
2004-02-02 | Somehow I missed this peace in one of my last commits. OK henning@ | Claudio Jeker | |
2004-02-02 | cope with recent changes: | Henning Brauer | |
-TCP_MD5SIG -TCP_SACK_DISABLE is no more, TCP_SACK_ENABLE now and logic reversed ok markus@ jmc@ | |||
2004-02-02 | Use correct struct in sizeof for calloc. OK henning@ | Claudio Jeker | |
2004-02-02 | Seal a memory leak and fix a format string, conf->as is unsigned. | Claudio Jeker | |
OK henning@ | |||
2004-02-02 | add missing frexp | Dale Rahn | |
2004-02-02 | cleanup | Dale Rahn | |
2004-02-02 | memset typo; Moritz Jodeit | Markus Friedl | |
2004-02-02 | This file was not supposed to committed. | Dale Rahn | |
2004-02-02 | Use the real fpgetround found in softfloat. | Dale Rahn | |
2004-02-02 | fix __weak_alias | Dale Rahn | |
2004-02-02 | Add missing minbrk symbol, fixes profiling builds. | Dale Rahn | |
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 | sparc -> sparc64 | Brad Smith | |
2004-02-02 | Do away with non-aligned memory accesses. | Otto Moerbeek | |
ok deraadt@ hshoexer@ | |||
2004-02-02 | Don't set alarms in the past + cleanup from NetBSD (minus the bugs there). | Otto Moerbeek | |
ok millert@ hshoexer@ | |||
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 | pod enable/disable have never been implemented, sigh. From gluk@. | Alexander Yurchenko | |
2004-02-02 | A little better explanation about pod from gluk@ | Alexander Yurchenko | |
help and ok jmc@ | |||
2004-02-02 | sigh, watch for compile errors... | Dale Rahn | |
2004-02-02 | tabulate list items; | Jason McIntyre | |
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 | remove old precompiler weirdness that is not really needed... | Vincent Labrecque | |
2004-02-01 | pasto, from gluk | Henning Brauer | |
2004-02-01 | doc new i386 machdep sysctl | Theo de Raadt | |
2004-02-01 | ignore too small MTUs (below 296 octets), similar to IPv4. | Daniel Hartmeier | |
2004-02-01 | Update: document the network statement and update the announce description | Claudio Jeker | |
OK henning@ | |||
2004-02-01 | Set sane default announce types according to the peer type. For IBGP use | Claudio Jeker | |
announce all and for EBGP use announce self. OK henning@ | |||
2004-02-01 | Add const type qualifier. ok jmc@ | Thomas Nordin | |
2004-02-01 | No multi-line strings, to please gcc3. No functional change. | Miod Vallat | |
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 |