Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-04-01 | sensorsd(8) execute command on exceeding limits | Hans-Joerg Hoexer | |
from matthew.gream@pobox.com, thanks! cleaning and ok deraadt@ | |||
2005-04-01 | do not mess with lcp if we are in cisco mode | Can Erkin Acar | |
2005-04-01 | Improve san(4) driver: | Can Erkin Acar | |
* Some KNF, fix return values (from -Exxx to Exxx) * Some string handling paranoia. * Use ifconfig media options to switch between ppp and cHDLC modes, based on patch from claudio@ * tcpdump works, patch from claudio@ * ppp mode now works. Lots of testing & feedback by Greg Mortensen, Additional testing Sean Knox ok alex@, go go go deraadt@ | |||
2005-04-01 | calling pfind() and checking that the process doesn't exist is not | Pedro Martelletto | |
enough to allow us to call vgone() from procfs_inactive(). to avoid a deadlock, check for VXLOCK as well, in case we were called from vclean(). problem report from Sho Fujita, okay tedu@. | |||
2005-04-01 | shut ami up, bad me. | Marco Peereboom | |
2005-04-01 | reenable bio in GENERIC now that bio.c compiles and works. | Marco Peereboom | |
2005-04-01 | size_t not int, bad niklas. | Marco Peereboom | |
2005-04-01 | undo, need to redo copyinstr first :( | Marco Peereboom | |
2005-04-01 | enable bio(4) in GENERIC | Marco Peereboom | |
<deraadt> do it. | |||
2005-04-01 | sync | Theo de Raadt | |
2005-04-01 | sync | Theo de Raadt | |
2005-04-01 | handle burst size of 64 | Brad Smith | |