Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-14 | Points to disklabel | Marc Espie | |
ok theo. | |||
2001-11-14 | fix a typo, from Daniel Lucq <daniel@lucq.org>, tested on: | Michael Shalayeff | |
> (0) a SCSI disk with a working OpenBSD install > (1) a SCSI disk with cleared first sector (dd if=/dev/zero) > (2) an IDE disk with a working OpenBSD install > (3) an IDE disk with cleared first sector | |||
2001-11-13 | make setting ipx frame type work; from Ian McWilliam <ianm@cit.uws.edu.au> | Michael Shalayeff | |
2001-11-13 | show they are commands | Theo de Raadt | |
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat | |
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there. | |||
2001-11-07 | Add MacOS X for Intel (or Darwin for Intel, or whatever the correct | Miod Vallat | |
name is) partition ID. ok millert@ mickey@ | |||
2001-11-06 | No sir, our sysctls are defined in uvm headers now. | Miod Vallat | |
2001-11-06 | fix compiler warning for INADDR_ALLROUTERS_GROUP; goeran@cdg.chalmers.se | Jakob Schlyter | |
2001-11-06 | Don't Xref old inexistant manpages. | Marc Espie | |
2001-11-05 | No need to vm_param.h here. | Artur Grabowski | |
2001-11-05 | some syslog_r uses in signal handlers | Theo de Raadt | |
2001-11-05 | noone responds. | Theo de Raadt | |
this diff makes } and { not be part of symbols | |||
2001-11-05 | one more mistake in ping6_timeval conversion | Jun-ichiro itojun Hagino | |
2001-11-05 | one mistake in ping6_timeval conversion. use int32_t instead of int | Jun-ichiro itojun Hagino | |
when we want a variable with specific size. | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-11-03 | Add stub for struct X509_STORE | Hakan Olsson | |
2001-11-03 | We get ssl.h with x509.h/libcrypto.h | Hakan Olsson | |
2001-11-01 | ship timing info in network byte order | Theo de Raadt | |
2001-11-01 | fix 64 bit issues regarding timevals | Theo de Raadt | |
2001-10-30 | strncpy() -> strlcpy(); from Jean-Francois Brousseau | Todd C. Miller | |
2001-10-27 | sync -p arch support list with shutdown(8); from Jason Ackley <jason@ackley.net> | Peter Valchev | |
2001-10-26 | Update for FreeBSD port. Noted by olof@crt.se. | Hakan Olsson | |
2001-10-26 | libcrypto.h should be included. Sort includes. | Hakan Olsson | |
2001-10-26 | As sysdep/ is included for all OSes, this file is now obsolete. | Hakan Olsson | |
2001-10-26 | Change to use sysdep_sa_len() function. | Hakan Olsson | |
2001-10-26 | Add sysdep_sa_len function. | Hakan Olsson | |
2001-10-26 | Just rename sockaddr_data/len functions to sockaddr_addrdata/addrlen. | Hakan Olsson | |
2001-10-26 | Sometimes the daemon will not die promptly on SIGTERM, even though | Hakan Olsson | |
all DELETE notifications is sent out. Create a prioritized send-queue for the DELETE messages to solve this. Some (C)-2001. niklas@ ok. | |||
2001-10-26 | kill registers. | Mike Pechkin | |
itojun@ ok | |||
2001-10-24 | - repair usage() output | Miod Vallat | |
- when changing display.foo settings, print "display.foo -> bar" like done for mouse.* and keyboard.* - use warn() over err() whenever possible and appropriate code path to display as much as useful information as possible even if one ioctl fails. This is especially useful to get the display.* settings via wsconsctl -a if your mouse can't be probed, like on the iBook. ok mcikye@ | |||
2001-10-24 | Check interface names using ifa0_lookup() and print error message for | Daniel Hartmeier | |
non-existant interfaces (instead of the generic ioctl error returned by the kernel in this case). | |||
2001-10-24 | Use snot/dnot correctly in print_rdr. RDR rules with '!' used on the | Daniel Hartmeier | |
destination address were printed incorrectly before (though the rules worked correctly). | |||
2001-10-24 | Alpha supports wscons. -moj | Mats O Jansson | |
2001-10-15 | Add 'allow-opts' to rules. Packets with IP options will be blocked by | Daniel Hartmeier | |
default now, and can be allowed per rule. ok deraadt@ | |||
2001-10-12 | SADB_X_IDENTTYPE_CONNECTION appeared after 2.9. niklas@ ok. | Hakan Olsson | |
2001-10-12 | Manpage changes to go with addition of the 't' command, and cleanup | Dale Rahn | |
By Alexander Guy. | |||
2001-10-12 | New feature for pdisk, change the type of a parition. | Dale Rahn | |
Useful since that is part of the OpenBSD/macppc installation procedure. Code by Alexander Guy, examined by drahn@ ok deraadt@ | |||
2001-10-11 | Don't htonl() past buffer bounds if ipmask == 128 | Mike Frantzen | |
2001-10-11 | Add sparc64 to the list of arches which can poweroff at shutdown, and | Miod Vallat | |
sort it. | |||
2001-10-11 | Fix various bugs in the example configuration. Most entries are | Hakan Olsson | |
"pregenerated", so indicate which aren't. 'Default-phase-N-lifetime' replaces LIFE_nnn_SECS. | |||
2001-10-11 | Corrections from Brian J. Kifiak. | Daniel Hartmeier | |
2001-10-10 | umask. spotted by form@ | Mike Pechkin | |
deraadt@, dhartmei@ ok | |||
2001-10-09 | Print correct portnr in warning msg. | Hakan Olsson | |
2001-10-07 | Add interface name to address translation to pfctl, document it and add | Daniel Hartmeier | |
a regress test. Translation is done on rule set load-time only, so the rule sets must be reloaded when an interface address changes. parse.y patch from Cedric Berger. Similar patch from Jonathon Fletcher. Thanks to both. | |||
2001-10-05 | document missing options. ok deraadt@ | Jakob Schlyter | |
2001-10-05 | Extend the FIFO ui with the 'D A <level>' (to set all debug levels) and | Hakan Olsson | |
'D T' (to toggle all logging on and off) commands. niklas@ ok. | |||
2001-10-05 | Missed this file; some more debug level fixes. | Hakan Olsson | |
2001-10-05 | Some more debug level fixes. | Hakan Olsson | |
2001-10-05 | Tweak a couple of debug levels. | Hakan Olsson | |
2001-10-05 | {local,remote}_negotiation_address can also be IPv6. | Hakan Olsson | |
Replace 'idea' with 'aes' in the examples. |