summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-04On auth crypt verify not only the main key is allowed but all configured keys.Claudio Jeker
This makes changing keys a piece of cake -- if ospfd would support reloads. Found and patch from Jason Ackley.
2005-04-04convert to getopt(); ok millert@, otto@Robert Nagy
2005-04-04- Delete implicit * 4 operation in bus_space offset calculationKenji Aoyama
- Change assembler codes to C codes tested by myself, ok by miod@
2005-04-04Some documentation for the 802.11 stack written byJonathan Gray
Bruce M. Simpson and Darron Broad for FreeBSD, adapted to reflect the state of our stack. Help from and ok jmc@
2005-04-04Fix an uninitialized variable in pmap_enter(), affecting only unmanaged pages.Miod Vallat
2005-04-04Allow pmap_expand_kmap() to fail in low memory conditions.Miod Vallat
2005-04-04nlist.h not neededTheo de Raadt
2005-04-04nlist.h not neededTheo de Raadt
2005-04-04nlist.h not neededTheo de Raadt
2005-04-04unbreak; ok pval@Damien Miller
2005-04-04ugh. vax has no wscons either; pt out by deraadt@Michael Shalayeff
2005-04-03check powerhook_establish() result, and pass the correct softc to it.Uwe Stuehler
did not matter in this case because the softc's are aligned; ok dlg@
2005-04-03Implemente PT_[GS]ETXMMREGS ptrace(2) requests on i386.Mark Kettenis
ok deraadt@
2005-04-03if dhcp is used to get an address on any interface, ignore /etc/mygateTheo de Raadt
ok krw (this lets us do something rather cool with the zaurus in particular)
2005-04-03More shrinkage with a bit of code factoring.Kenneth R Westerback
2005-04-03Make the processing of patterns collected from files specified by -fJared Yanovich
delayed so options that affect pattern-building (such as -w) can be applied evenly to all such patterns. ok and help otto, ok millert
2005-04-03Test for egrep -w "foo|bar"Otto Moerbeek
2005-04-03Protect begin and end of word markers added to the pattern whenOtto Moerbeek
using the -w option with parentheses, to avoid operators in the expressions binding to the markers. Compare [[:<:]]foo|bar[[:>:]] and [[:<:]](foo|bar)[[:>:]]. Problem spotted by aaron@; ok millert@ aaron@ jaredy@
2005-04-03Report quotas > 10GB in a readable way. Diff based on PR 2836.Otto Moerbeek
ok deraadt@
2005-04-03Help people find the more or less hidden realpath(3) functionalityOtto Moerbeek
in readlink(1), and explain what it does more clearly. ok jmc@
2005-04-03Xr readlink(1). ok jmc@Otto Moerbeek
2005-04-03remove readlink stuff; same as otto diffTheo de Raadt
2005-04-03cleanup; ok ottoTheo de Raadt
2005-04-03we do readlink seperately; ok ottoTheo de Raadt
2005-04-03first round of EX_* exit codes removal; ok joris@.Xavier Santolaria
2005-04-03yacc parserHakan Olsson
2005-04-03describe cdbr and cdbootMartin Reindl
lots of help and ok tom@
2005-04-03Cleanup.Hakan Olsson
2005-04-03Remove debugging code.Hakan Olsson
2005-04-03Simple performance improvements:Miod Vallat
- inline empty pmap_deactivate() and pmap_collect(). - inline pmap_phys_address(). - provide a real pmap_kremove() implementation, rather than invoking pmap_remove() on behalf of pmap_kernel(). - do not check for the MMU hole in pmap_prefer() for SUN4M-only kernels.
2005-04-03ether_input_mbuf() conversion.Brad Smith
2005-04-03fix commentBrad Smith
2005-04-03- sync to reality (remove dead options)Jared Yanovich
- sort options - mdoc nits (indentation, macro fixes, cleanup) - remove notes about usage on FreeBSD - add a section "SCSI commands" describing that which would be described in a scsi(3) page, written from scratch ok jmc
2005-04-03make wi_ioctl() easier to auditUwe Stuehler
2005-04-03remove redundant suser() checksUwe Stuehler
2005-04-03hppa64Miod Vallat
2005-04-03kill redundant warning - getopt does it for us; from andrushock AT korovino.netDamien Miller
2005-04-03This is a no binary change which does:David Berghoff
- spelling, punctuation fixes - variable declaration lineup - use parentheses for return and sizeof - K&R function declarations -> ANSI - other minor code beautification ok henning@
2005-04-03protect SIOCSRAYPARAM and SIOCS80211NWIDUwe Stuehler
2005-04-02A few register offsets in the Parameter Engine were wrong.Miod Vallat
2005-04-02check permissions on 80211 ioctlsUwe Stuehler
2005-04-02- simplify synopsisJason McIntyre
- sort options - sync usage() - simplify a display
2005-04-02syncTheo de Raadt
2005-04-02.Ox history is far more relevant than .Nx history;Jason McIntyre
2005-04-02More ioctl permission checks.Uwe Stuehler
2005-04-02update examples;Jason McIntyre
2005-04-02Protect SIOCSIFMTU, too.Uwe Stuehler
2005-04-02- .SxJason McIntyre
- no need to talk about linux
2005-04-02grammar;Jason McIntyre
2005-04-02spacingTheo de Raadt