Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-06 | * always assign a cvsroot to directories, even if they are unknown | Jean-Francois Brousseau | |
to cvs * only avoid recursion on unknown directories if the CF_KNOWN flag was specified | |||
2005-01-06 | Improved and working import code from Joris Vink with modifications | Jean-Francois Brousseau | |
from me (client mode only for the moment) | |||
2005-01-06 | SET_PC_REGS, tested by miod@ | Marc Espie | |
2005-01-06 | sync | Theo de Raadt | |
2005-01-06 | check the return value of a strdup() call and return an error on | Jean-Francois Brousseau | |
failure from Joris Vink | |||
2005-01-06 | sync with list server | Todd C. Miller | |
2005-01-06 | Bring back the code simplifications after debug and testing by drahn@ | Miod Vallat | |
2005-01-06 | tweaks; | Jason McIntyre | |
2005-01-06 | Make sure the kthread does not run before iop_config_interrupts(). | Miod Vallat | |
tested wilfried@ | |||
2005-01-06 | tweaks; | Jason McIntyre | |
2005-01-06 | sanity checks on size arg to mmap. | Otto Moerbeek | |
2005-01-06 | space between macro args and punctuation; | Jason McIntyre | |
2005-01-06 | Attach multicast to the carp interface for IPv6 (makes it consistent with | Ryan Thomas McBride | |
IPv4, and will allow us to get rid of carp_fix_lladdr() and the carp mbuf tag later). ok pascoe@ mpf@ | |||
2005-01-06 | validate mfs size to avoid wrapping. ok miod@ | Otto Moerbeek | |
2005-01-06 | Missing braces in pfctl_load_debug(), pointed out by camield@ | Ryan Thomas McBride | |
2005-01-06 | recover MLINKS for inet6_*_space.3 | Jun-ichiro itojun Hagino | |
2005-01-06 | IPv6 manpage, wrote from scratch. deraadt ok | Jun-ichiro itojun Hagino | |
2005-01-06 | Replace bcopy() with memcpy() and memmove() so it is obvious what | Todd C. Miller | |
is a move and what is a copy. Also remove an unneeded variable. No functional change. | |||
2005-01-06 | firmware license files are not loaded on demand; | Jason McIntyre | |
ok deraadt@ | |||
2005-01-06 | Error path cleanups for carp_output. Use ENOBUFS instead of ENOMEM when | Christopher Pascoe | |
unable to tag a packet, and free mbuf chain on all failures. ok mcbride@ | |||
2005-01-06 | Tag all packets sent via a CARP interface for link local address | Christopher Pascoe | |
substitution. With this change and the previous ARP changes, all Ethernet packets sent via a CARP interface should now have the virtual MAC address as the source. ok mcbride@ niklas@ | |||
2005-01-06 | iso is no more, ok millert jmc henning deraadt | Jared Yanovich | |
2005-01-06 | clarify what -a does; | Jason McIntyre | |
prod and ok deraadt@ | |||
2005-01-06 | sync arch list w/ doc-common; | Jason McIntyre | |
2005-01-06 | remove the following from .Dt archs: | Jason McIntyre | |
arm32 atari pc532 pegasos tahoe x68k ok miod@ | |||
2005-01-06 | - document /etc/security's .secure hooks | Jason McIntyre | |
- sync the comments in /etc/security ok millert@ | |||
2005-01-05 | document `cvs tag'; | Jason McIntyre | |
from joris vink; | |||
2005-01-05 | spelling; | Jason McIntyre | |
2005-01-05 | kill whitespace; | Jason McIntyre | |
2005-01-05 | Correct value here allows cleaner screen display. | Dale Rahn | |
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat | |
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 | Otto Moerbeek | |
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 | Miod Vallat | |
about which diff he had tested. | |||
2005-01-05 | PIL_AUD should be lower than PIL_SCHED, otherwise the audio code may | Federico G. Schwindt | |
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 | Jean-Francois Brousseau | |
a valid CVSROOT, and abort with the appropriate error message otherwise. Fixes a core dump spotted by jmc@ | |||
2005-01-05 | Document -m flag. | Ryan Thomas McBride | |
2005-01-05 | Modify pfctl behaviour so that 'set ...' options are no longer "sticky", ie. | Ryan Thomas McBride | |
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 | First steps in cleaning the Zaurus display code: | Miod Vallat | |
- 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 | - Use defines from pfvar.h for timeouts | Ryan Thomas McBride | |
- instead of erroring on an attempt to set hostid to 0, just set it with arc4random() ok henning@ dhartmei@ | |||
2005-01-05 | Define defaults for the timeouts ensure consistency between kernel | Ryan Thomas McBride | |
and userland. ok henning@ dhartmei@ | |||
2005-01-05 | Provide SET_PC_REGS. | Miod Vallat | |
2005-01-05 | Unbreak m88k build. | Mark Kettenis | |
2005-01-05 | missed a bit in the last commit | David Gwynne | |
2005-01-05 | Discourage using aggressive mode. | Hans-Joerg Hoexer | |
ok and some help ho@ | |||
2005-01-05 | remove wrong free() after realloc(). | Hans-Joerg Hoexer | |
ok miod millert markus | |||
2005-01-05 | Use $OpenBSD$ instead of $Id$. ok damien@ | Jonathan Gray | |
2005-01-05 | remove dead code, log connect() failures with level error, ok djm@ | Markus Friedl | |
2005-01-05 | copyoutstr doesn't work so well with the kernel addresses | Ted Unangst | |
2005-01-05 | use standard root prompt in examples | Jared Yanovich | |
2005-01-05 | definitions of the extra registers for the usb host controller and code | David Gwynne | |
that uses them to try and correctly init the controller. ok drahn@ |