summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-04-02fix indentation both, michael knudsenHenning Brauer
2005-04-02Undefine some things which are not conditional any more. No binary change.Otto Moerbeek
ok henning@
2005-04-02synopsis is #include <lib/libkern/libkern.h>Uwe Stuehler
2005-04-02Create unix domain sockets with permissions 0666, so clients canOtto Moerbeek
actually access it. If you want unix domain sockets that are access restricted, create them in a dir with restrictive permissions. PR 4141. ok deraadt@
2005-04-02Regressions for raiseOtto Moerbeek
2005-04-02- Fix raise for negative exponents (noted by naddy@)Otto Moerbeek
- Fix wrong scale for mantissa < 1.
2005-04-02battery_life is now valid even if battery_state is APM_BATT_CHARGING,Uwe Stuehler
but the value is overestimated. Replaces one documented bug with a slightly smaller one. :)
2005-04-02Mention birthtime.Otto Moerbeek
2005-04-02Enable birthtime. ok tdeval@ henning@Otto Moerbeek
2005-04-02add entries for /usr/share/man/ps2/{cats,zaurus};Jason McIntyre
ok millert@ deraadt@
2005-04-02add entry for hppa64;Jason McIntyre
2005-04-02.Dt arg should be hppa64, not hppa;Jason McIntyre
2005-04-02add hppa64;Jason McIntyre
ok mickey@ deraadt@
2005-04-02/bin/ksh is now in the builtin list; noticed by otto@Todd C. Miller
2005-04-02Add /bin/ksh to builtin list of OK shells.Todd C. Miller
2005-04-02allow _ in hostnames, but complain since this is not legal, but there isHenning Brauer
no point in punishing openbsd users in fucked up networks From: Michael Knudsen <e@molioner.dk> with input from theo and me
2005-04-02Scrounge a few more characters of whitespace, mostly to be consistant.Kenneth R Westerback
2005-04-02Scrounge a few characters of whitespace.Kenneth R Westerback
2005-04-02Unifdef. No binary change. ok henning@ tedu@Otto Moerbeek
2005-04-02Initial IPv6 install/upgrade support.Kenneth R Westerback
ok deraadt@
2005-04-02since ssh has xstrdup, use it instead of strdup+test. unbreaks -Werror buildDamien Miller
2005-04-02sync with ral. fixes hostap mode.Damien Bergamini
2005-04-02call ral_set_chan() in IEEE80211_S_RUN too. this was causing troubles withDamien Bergamini
hostap mode.
2005-04-02set the bssid in hostap mode too.Damien Bergamini
2005-04-02remove an unneeded initialization of TXCSR7.Damien Bergamini
2005-04-02new sentence, new line;Jason McIntyre
change an article;
2005-04-02Damn it! I spent hours fixing that "device timeout" bug!Damien Bergamini
It turned out that priority ring base address must be set before atim ring. This was not documented anywhere. Stupid hardware!
2005-04-02support setting the MTUBrad Smith
2005-04-02find cachesize for amd cpus too. ok deraadt tomTed Unangst
bit more info about powernow, and only try to enable if cpu supports it. both from diffs by gordon klok
2005-04-02syncTheo de Raadt
2005-04-02make use of if_link_state_change().Brad Smith
From FreeBSD ok pvalchev@
2005-04-02mixer can endup mapped w/ a different tag and so give it one of its own; ↵Michael Shalayeff
from 71@becile.com pr4162
2005-04-02enter the right directory...Theo de Raadt
2005-04-02use pool for struct nfsreq; tedu@ pedro@ ok and testing by mark patruck ↵Michael Shalayeff
<mark@2ls4agd.net> on several archs
2005-04-02make one out of hppa w/ old pdc sections deletedMichael Shalayeff