Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-08 | Sync man pages w/ NetBSD version | Todd C. Miller | |
2003-06-08 | Add usermgmt.conf man page. From NetBSD (grant) | Todd C. Miller | |
2003-06-08 | user -e and -f now accepts "month day year" (ala chpass(1)) and | Todd C. Miller | |
seconds-since-epoch. From NetBSD (grant). | |||
2003-06-08 | Better argv tests, enough to fix autoconf 2.57, apparently. | Marc Espie | |
okay millert@ | |||
2003-06-08 | Make c_word const; from NetBSD (tron) | Todd C. Miller | |
2003-06-08 | Sanity check username length and convert to ANSI function headers. | Todd C. Miller | |
2003-06-08 | Instead of splitting a flat string into a list for system(), just | Todd C. Miller | |
pass it a list in the first place. Also fix up some spacing. | |||
2003-06-08 | Add check for group too long and made an invalid group a fatal error | Todd C. Miller | |
instead of just a warning which is consistent with the way an invalid user is treated. | |||
2003-06-08 | Use _PW_NAME_LEN not MAXLOGNAME since the latter does not include the NUL. | Todd C. Miller | |
2003-06-08 | Let patsubst handle empty patterns: those match anywhere, and don't | Marc Espie | |
replace any character. Like gnu-m4 does, and other regexp languages do. okay fries@ | |||
2003-06-08 | use err/warn | Michael Shalayeff | |
2003-06-08 | snprintf needed here. | Miod Vallat | |
2003-06-08 | Sync with recent anchor changes. | Cedric Berger | |
Execute all table regress tests inside 'regress:regress' ruleset. | |||
2003-06-08 | Returns the correct array size. | Cedric Berger | |
2003-06-08 | A table in an anchor creates a real anchor: pfctl -sA works. | Cedric Berger | |
The following two pfctl functions work with an "-a" option: - pfctl [-a foo[:bar]] -sT - pfctl [-a foo[:bar]] -FT ok dhartmei@ | |||
2003-06-08 | Enable gus again now that it won't panic during probe. | Miod Vallat | |
2003-06-08 | Fix probe for GUS MAX cards; from NetBSD. | Miod Vallat | |
mickey@ ok | |||
2003-06-08 | Do not hardcode the dma channel to 1, use the softc settings instead. | Miod Vallat | |
mickey@ ok | |||
2003-06-07 | - remove invalid authentication type "otp" | Jason McIntyre | |
- sync SYNOPSIS and DESCRIPTION a little | |||
2003-06-07 | print minor version as 02d; from Adam Montague via pr 3284; matches what ↵ | Michael Shalayeff | |
freebsd does as well | |||
2003-06-07 | in print_host(), don't set the mask blindly to /128 but adhere to the | Henning Brauer | |
address family. fixes the ipv4/128:port output in pfctl -ss. | |||
2003-06-07 | update BNF to show that tagging is also possible on rdr/nat/binat | Henning Brauer | |
2003-06-07 | second part of the diff from Joel Knight that was sitting in my inbox for | Henning Brauer | |
far too long: better tag documentation. help and ok jmc@ | |||
2003-06-07 | update BNF to include "! tagged" | Henning Brauer | |
2003-06-07 | document "load anchor from file" | Henning Brauer | |
mostly from Joel Knight help and ok jmc@ | |||
2003-06-07 | Experimental support for Intel 31244 SATA, only parallel ATA mode yet; | Alexander Yurchenko | |
from NetBSD. | |||
2003-06-07 | Add a generic channel setup routine for SATA devices; from NetBSD | Alexander Yurchenko | |
2003-06-07 | identd runs as _identd by default now; help and ok jmc@ | Henning Brauer | |
2003-06-07 | don't tell people to use -u for identd any more, runs as _identd by default | Henning Brauer | |
now | |||
2003-06-07 | drop privileges to _identd by default and fall back to nobody in case of error | Henning Brauer | |
inspired by PR 3294 and a conversation with theo ok millert@ | |||
2003-06-07 | - remove an unbalanced macro (syncs with Heimdal version); | Jason McIntyre | |
2003-06-07 | Mention Promise PDC20376 SATA in parallel ATA mode | Alexander Yurchenko | |
2003-06-07 | Show filename and line number in regexp error. | Marc Espie | |
Okay fries@ | |||
2003-06-07 | sync | Alexander Yurchenko | |
2003-06-07 | Add 3DFX Voodoo5 and TI TSB43AB23 IEEE1394, found in dmesg from | Alexander Yurchenko | |
Alexandre H <openbsdah@wanadoo.fr>. | |||
2003-06-07 | sync | Alexander Yurchenko | |
2003-06-07 | Remove clause 3. | Hakan Olsson | |
2003-06-07 | Add a couple of Intel 875P chipset devices found in dmesg from | Alexander Yurchenko | |
Alexandre H <openbsdah@wanadoo.fr>. | |||
2003-06-07 | Use interruptible syscalls instead of setjmp/longjmp. This makes | Todd C. Miller | |
less's signal handlers safe. No one has reported problems so far... | |||
2003-06-06 | - section reorder | Jason McIntyre | |
- new sentence, new line - some macro fixes | |||
2003-06-06 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL | |||
2003-06-06 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - use .Ox for OpenBSD, .Fx for FreeBSD | |||
2003-06-06 | Do not bother taking care of the frame buffer flags in the softc, if the | Miod Vallat | |
driver does not use any. Basically this changes all drivers but those that can handle a P4 card. | |||
2003-06-06 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL | |||
2003-06-06 | slightly more logical section order, and a typo; | Jason McIntyre | |
ok pval@ millert@ | |||
2003-06-06 | simplify license. pfctl_altq.c with kenjiro's permission of course. | Henning Brauer | |
2003-06-06 | Fix a copied constant, mention why a number doesnt match linux, remove | Dale Rahn | |
duplicated line. | |||
2003-06-06 | section reorder; | Jason McIntyre | |
2003-06-06 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL | |||
2003-06-06 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL |