Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-01-05 | document `cvs tag'; | 1 | -3/+31 | ||
from joris vink; | |||||
2005-01-05 | spelling; | 1 | -2/+2 | ||
2005-01-05 | kill whitespace; | 1 | -3/+3 | ||
2005-01-05 | Correct value here allows cleaner screen display. | 1 | -2/+2 | ||
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | 25 | -55/+92 | ||
of the work is done in the upper layer, but they get to see the ioctl, so don't always return an error. | |||||
2005-01-05 | Fix handling of memory allocation. Both the initial value of eup | 1 | -8/+7 | ||
and the new value of bup after realloc() were bogus. This bug has been here since the net.2 days. Additionally, make the initial size of the malloc'ed pieces of mem more sane and kill a redundant test before free(). getcwd(3) is now able to return really long paths. Problem spotted by Peter Philipp <philipp at scan-plus dot de> ok millert@ deraadt@ | |||||
2005-01-05 | Partially revert some of these changes - misunderstanding between drahn@ and I | 3 | -26/+100 | ||
about which diff he had tested. | |||||
2005-01-05 | PIL_AUD should be lower than PIL_SCHED, otherwise the audio code may | 1 | -2/+2 | ||
leave setrunnable() in a bad state; problem reported by robert@, miod@ ok. | |||||
2005-01-05 | Before attempting to initialize the cvs repository, make sure we have | 1 | -1/+9 | ||
a valid CVSROOT, and abort with the appropriate error message otherwise. Fixes a core dump spotted by jmc@ | |||||
2005-01-05 | Document -m flag. | 1 | -2/+9 | ||
2005-01-05 | Modify pfctl behaviour so that 'set ...' options are no longer "sticky", ie. | 4 | -59/+212 | ||
they are reset to default values if omitted from a subsequent ruleset load. Also: - make sure 'set ...' options are not loaded in anchors. - add a -m ("merge") flag to pfctl which allows an individual option to be set without reseting the others, eg: # echo "set loginterface fxp0" | pfctl -mf - ok henning@ dhartmei@ | |||||
2005-01-05 | - Use defines from pfvar.h for timeouts | 1 | -24/+23 | ||
- instead of erroring on an attempt to set hostid to 0, just set it with arc4random() ok henning@ dhartmei@ | |||||
2005-01-05 | First steps in cleaning the Zaurus display code: | 3 | -337/+114 | ||
- kill the non-wscons code. Really. - KNF, and english fixes. - do not handle WSDISPLAYIO_[GS]VIDEO in the driver - the wsdisplay layer can do this, as long as we provide a burner accessop, so provide one. - kill the emulops indirection. - when setting the color palette in 8 or 4bpp mode, match the values used in the rasops color table (only affects normal white value). test and ok drahn@ | |||||
2005-01-05 | Define defaults for the timeouts ensure consistency between kernel | 1 | -1/+22 | ||
and userland. ok henning@ dhartmei@ | |||||
2005-01-05 | Provide SET_PC_REGS. | 1 | -1/+2 | ||
2005-01-05 | Unbreak m88k build. | 1 | -1/+1 | ||
2005-01-05 | missed a bit in the last commit | 1 | -2/+1 | ||
2005-01-05 | Discourage using aggressive mode. | 1 | -1/+11 | ||
ok and some help ho@ | |||||
2005-01-05 | remove wrong free() after realloc(). | 1 | -2/+1 | ||
ok miod millert markus | |||||
2005-01-05 | Use $OpenBSD$ instead of $Id$. ok damien@ | 6 | -6/+6 | ||
2005-01-05 | remove dead code, log connect() failures with level error, ok djm@ | 1 | -17/+3 | ||
2005-01-05 | copyoutstr doesn't work so well with the kernel addresses | 1 | -5/+3 | ||
2005-01-05 | use standard root prompt in examples | 1 | -4/+4 | ||
2005-01-05 | definitions of the extra registers for the usb host controller and code | 2 | -10/+116 | ||
that uses them to try and correctly init the controller. ok drahn@ | |||||
2005-01-04 | Seems to be working on C3000, still needs layering fix and 1/2 slot 'probing'. | 1 | -31/+11 | ||
2005-01-04 | use the new intr_disestablish code. | 1 | -9/+1 | ||
2005-01-04 | implement intr_disestablish. | 1 | -9/+36 | ||
2005-01-04 | add prototype for disestablish function (coming soon), remove useless | 1 | -9/+5 | ||
includes, some #if 0 code. | |||||
2005-01-04 | `done' can be NULL; | 1 | -4/+16 | ||
from matthias kilian (pr #4061): non-reversed version applied w/ NULL marked up miod says it's right enough; | |||||
2005-01-04 | space between macro args and punctuation; | 3 | -6/+6 | ||
2005-01-04 | a little spacing and indent; | 1 | -2/+3 | ||
2005-01-04 | a little spacing and indent; | 1 | -2/+3 | ||
2005-01-04 | Kill old, unused, Mach defines, and provide a correct SET_PC_REGS | 1 | -64/+34 | ||
implementation - due to the awkwardness of the m88k architecture, PC_REGS can NOT be an lvalue. | |||||
2005-01-04 | silence real gcc 3.3.5 | 1 | -2/+3 | ||
okay mickey@. | |||||
2005-01-04 | SET_PC_REGS, arches tested between me and miod. | 8 | -16/+16 | ||
2005-01-04 | switch to SET_PC_REGS if available, okay miod@ | 1 | -9/+7 | ||
2005-01-04 | Remove or comment out stuff installation media can live without. | 1 | -143/+4 | ||
2005-01-04 | typo | 1 | -2/+2 | ||
2005-01-04 | sync | 1 | -0/+11 | ||
2005-01-04 | lower case the .Nm to make `man -k ipcomp' less confusing; | 1 | -2/+2 | ||
2005-01-04 | - make sure int is in running state before touching the multicast filter | 1 | -11/+4 | ||
- remove song and dance with IFF_UP, based on NetBSD commit to mc(4) ok martin@ | |||||
2005-01-04 | restrict forwarding to ipsec processed traffic of ip.forwarding==2 | 2 | -3/+19 | ||
ok deraadt, henning, fgsch, mcbride | |||||
2005-01-04 | document zaurus addition; | 1 | -2/+2 | ||
2005-01-04 | typo; | 1 | -2/+2 | ||
2005-01-04 | Slight comments cleanup. | 1 | -12/+9 | ||
2005-01-04 | ifdef MCDEBUG printf on FIFO overflows as discussed with Nick | 1 | -1/+3 | ||
2005-01-04 | Better check for UPT filling; saves one more page for userland on most hp300... | 1 | -2/+2 | ||
2005-01-04 | add snprintf sanity check. | 1 | -2/+2 | ||
ok millert@, henning@ | |||||
2005-01-04 | add some snprintf sanity checks. | 1 | -3/+3 | ||
ok millert@, henning@ | |||||
2005-01-04 | Minor KNF, s/for(/for (/ | 1 | -16/+16 | ||