Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-02 | check permissions on 80211 ioctls | Uwe Stuehler | |
2005-04-02 | - simplify synopsis | Jason McIntyre | |
- sort options - sync usage() - simplify a display | |||
2005-04-02 | sync | Theo de Raadt | |
2005-04-02 | .Ox history is far more relevant than .Nx history; | Jason McIntyre | |
2005-04-02 | More ioctl permission checks. | Uwe Stuehler | |
2005-04-02 | update examples; | Jason McIntyre | |
2005-04-02 | Protect SIOCSIFMTU, too. | Uwe Stuehler | |
2005-04-02 | - .Sx | Jason McIntyre | |
- no need to talk about linux | |||
2005-04-02 | grammar; | Jason McIntyre | |
2005-04-02 | spacing | Theo de Raadt | |
2005-04-02 | fix indentation both, michael knudsen | Henning Brauer | |
2005-04-02 | Undefine some things which are not conditional any more. No binary change. | Otto Moerbeek | |
ok henning@ | |||
2005-04-02 | synopsis is #include <lib/libkern/libkern.h> | Uwe Stuehler | |
2005-04-02 | Create unix domain sockets with permissions 0666, so clients can | Otto 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-02 | Regressions for raise | Otto Moerbeek | |
2005-04-02 | - Fix raise for negative exponents (noted by naddy@) | Otto Moerbeek | |
- Fix wrong scale for mantissa < 1. | |||
2005-04-02 | battery_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-02 | Mention birthtime. | Otto Moerbeek | |
2005-04-02 | Enable birthtime. ok tdeval@ henning@ | Otto Moerbeek | |
2005-04-02 | add entries for /usr/share/man/ps2/{cats,zaurus}; | Jason McIntyre | |
ok millert@ deraadt@ | |||
2005-04-02 | add entry for hppa64; | Jason McIntyre | |
2005-04-02 | .Dt arg should be hppa64, not hppa; | Jason McIntyre | |
2005-04-02 | add 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-02 | Add /bin/ksh to builtin list of OK shells. | Todd C. Miller | |
2005-04-02 | allow _ in hostnames, but complain since this is not legal, but there is | Henning 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-02 | Scrounge a few more characters of whitespace, mostly to be consistant. | Kenneth R Westerback | |
2005-04-02 | Scrounge a few characters of whitespace. | Kenneth R Westerback | |
2005-04-02 | Unifdef. No binary change. ok henning@ tedu@ | Otto Moerbeek | |
2005-04-02 | Initial IPv6 install/upgrade support. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-04-02 | since ssh has xstrdup, use it instead of strdup+test. unbreaks -Werror build | Damien Miller | |
2005-04-02 | sync with ral. fixes hostap mode. | Damien Bergamini | |
2005-04-02 | call ral_set_chan() in IEEE80211_S_RUN too. this was causing troubles with | Damien Bergamini | |
hostap mode. | |||
2005-04-02 | set the bssid in hostap mode too. | Damien Bergamini | |
2005-04-02 | remove an unneeded initialization of TXCSR7. | Damien Bergamini | |
2005-04-02 | new sentence, new line; | Jason McIntyre | |
change an article; | |||
2005-04-02 | Damn 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-02 | support setting the MTU | Brad Smith | |
2005-04-02 | find cachesize for amd cpus too. ok deraadt tom | Ted Unangst | |
bit more info about powernow, and only try to enable if cpu supports it. both from diffs by gordon klok | |||
2005-04-02 | sync | Theo de Raadt | |
2005-04-02 | make use of if_link_state_change(). | Brad Smith | |
From FreeBSD ok pvalchev@ | |||
2005-04-02 | mixer can endup mapped w/ a different tag and so give it one of its own; ↵ | Michael Shalayeff | |
from 71@becile.com pr4162 | |||
2005-04-02 | enter the right directory... | Theo de Raadt | |
2005-04-02 | use pool for struct nfsreq; tedu@ pedro@ ok and testing by mark patruck ↵ | Michael Shalayeff | |
<mark@2ls4agd.net> on several archs | |||
2005-04-02 | make one out of hppa w/ old pdc sections deleted | Michael Shalayeff | |
2005-04-02 | make this page look better; | Jason McIntyre | |
2005-04-02 | various tweaks; | Jason McIntyre | |
2005-04-01 | Cleanup SKEY_NOT_READY logic. Only retry command if it's likely the | Kenneth R Westerback | |
condition is going to clear up, which speeds up boot by avoiding delays in disk matching. Return ENODEV if media is not present, which avoids trying to spin up disks that are not present. Use ENODEV in amd64/i386 dkcsum.c to filter failure reports. Mostly from NetBSD. ok marco@ | |||
2005-04-01 | axe axe for now | Theo de Raadt | |
2005-04-01 | spacing | Theo de Raadt | |