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