summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-04-02make this page look better;Jason McIntyre
2005-04-02various tweaks;Jason McIntyre
2005-04-01Cleanup SKEY_NOT_READY logic. Only retry command if it's likely theKenneth 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-01axe axe for nowTheo de Raadt
2005-04-01spacingTheo de Raadt
2005-04-01sensorsd(8) execute command on exceeding limitsHans-Joerg Hoexer
from matthew.gream@pobox.com, thanks! cleaning and ok deraadt@
2005-04-01do not mess with lcp if we are in cisco modeCan Erkin Acar
2005-04-01Improve 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-01calling pfind() and checking that the process doesn't exist is notPedro 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-01shut ami up, bad me.Marco Peereboom
2005-04-01reenable bio in GENERIC now that bio.c compiles and works.Marco Peereboom
2005-04-01size_t not int, bad niklas.Marco Peereboom
2005-04-01undo, need to redo copyinstr first :(Marco Peereboom
2005-04-01enable bio(4) in GENERICMarco Peereboom
<deraadt> do it.
2005-04-01syncTheo de Raadt
2005-04-01syncTheo de Raadt
2005-04-01handle burst size of 64Brad Smith