summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-01Welcome stat(1), from NetBSD. grrrrrok deraadt@ ok henning@ tdeval@ tedu@Otto Moerbeek
2005-04-01- remove unused function em_print_link_status() used by FreeBSDBrad Smith
- add em_disable_vlans() which disables HW VLAN support; From FreeBSD
2005-04-01Add support for polled umass/SCSI transactions. Should eliminate the panicsChristopher Pascoe
seen at reboot time after writing to umass devices. ok dlg@, testing markus@
2005-04-01delete junk documentation. pr 3918. jmc -- when something is this bad, we ↵Theo de Raadt
sometimes have to be fast. scsi(3) or anything like it is dead forever
2005-04-01OK, this is an insane commit. Comes from johnb@ugrad.cs.ualberta.ca, pr 3589.Theo de Raadt
somehow he got his YP and DNS screwed up and nslookup $h was dealing with h = "" which was doing nslookup "", which is bad and hangs boots. be more careful by doing echo $h | nslookup instead.
2005-04-01Add a reasonably sane CA bundle to /etc/ssl/cert.pem, the defaultBob Beck
location for libssl, this makes lynx not bitch when seeing sites with certificates signed by these issuers. We should probably think carefully about adding a few more in here too.
2005-04-01these commands said "blocks" when they meant "KBytes" (they even calculatedTheo de Raadt
it so). pointed out by janc@cyberspace.org, pr 3956
2005-04-01show that net.inet.etherip.allow can be set here; pr 3972 ckuetheTheo de Raadt
2005-04-01move more stuff after revoke; millert okTheo de Raadt
2005-04-01spacingTheo de Raadt
2005-04-01at long last, disable write gathering for v3. ok like everyoneTed Unangst
2005-04-010 -> prodidx. breakage for 5700 Bx workaround introduced in rev 1.21Brad Smith
Noticed/tested by aaron@
2005-04-01Cd and Xr for zkbd(4)Uwe Stuehler
2005-03-31re-commit marius commit:Theo de Raadt
> fix preposterous time warnings in the nfs client; caused by false hits > in the attribute cache > based on original fix by pedro@, ok pedro@, tedu@; testing kettenis@ was backed out because too close to release put back in now, since tree is unlocked. unfortunately it appears that even after MANY MAILS ON THIS SUBJECT, NOONE HAS DONE THIS. WTF? Noone wants to FINISH jobs anymore?
2005-03-31re-commit marius commit:Theo de Raadt
> fix preposterous time warnings in the nfs client; caused by false hits > in the attribute cache > based on original fix by pedro@, ok pedro@, tedu@; testing kettenis@ was backed out because too close to release put back in now, since tree is unlocked. unfortunately it appears that even after MANY MAILS ON THIS SUBJECT, NOONE HAS DONE THIS. WTF? Noone wants to FINISH jobs anymore?
2005-03-31Reduce MAX and Default DATA Segment sizes to leave more MMAP space forThierry Deval
use by mmap_malloc. This change and MMAP(2) malloc need some care to rebuild the system. I definitely suggest using a snapshot when it appears in the coming days. For the daring people : - update src - build and install new kernel, no reboot yet - build and install new libc - build and install new gcc - build and install new make - build and install new binutils - reboot - make build (thanks martin@)
2005-03-31MMAP(2) malloc, here we go again.Thierry Deval
2005-03-31point to correct variable for read-only ports tree; from Bernd AhlersPeter Valchev
2005-03-31Better crypt sequence number initialization.Esben Norby
Suggested by henning@ ok henning@
2005-03-31Add support for crypt authentication (MD5).Esben Norby
ok and input claudio@
2005-03-31copy argv[] element instead of smashing the one that ps will see; ok ottoTheo de Raadt
2005-03-31make sure the implementation matches the prototype..Patrick Latifi
char const * -> const char * ok otto@ deraadt@
2005-03-31+YFLAGS=Xavier Santolaria
2005-03-31make sure the server command can still be reached with theJoris Vink
new framework. ok xsa@
2005-03-31zap includes, grunkHenning Brauer
2005-03-31- as long as we are using the sysexits.h error codes make sureJoris Vink
we handle them. - handle cmd_sendflags() when it fails.
2005-03-31- add support for reading Xircom's EEPROMBrad Smith
- sync dc_mii_readreg() From FreeBSD
2005-03-31enable receive checksum offloadBrad Smith
2005-03-31fix prototype for cvs_commit_prepare()Joris Vink
2005-03-31remove unused variable.Joris Vink
2005-03-31- Correct on/off and up/down about DIP switches; The hardware manualKenji Aoyama
and the real hardware seems different... - Add some notice about upgrade installation method. ok deraadt@ miod@
2005-03-31order the usb stuff, and remove duplicate config lines for usb at ohci.David Gwynne
fix some spelling while here. ok uwe@
2005-03-31and some includes too much here as well, grunkHenning Brauer
2005-03-31zap includes, Alexander von Gernler <grunk@pestilenz.org>Henning Brauer
2005-03-31zap some includes we don't need, Alexander von Gernler <grunk@pestilenz.org>Henning Brauer
2005-03-31go back to the old trace code, but add -fno-omit-frame-pointer so it works.Ted Unangst
makes trace output more reasonable. ok andreas
2005-03-30mention new udf malloc types, okay deraadt@Pedro Martelletto
2005-03-30init pool after we allocate softc array in case malloc failsMichael Shalayeff
2005-03-30remove trailing \n in errx().Moritz Jodeit
ok deraadt@
2005-03-30output final summary to stderr instead of stdout,Moritz Jodeit
so it won't get mixed when tcpdump -w - is used. ok henning@ deraadt@
2005-03-30Use getcap to pull out login.conf entries that contain a localcipherTodd C. Miller
entry instead of giving the user a list of all possible login classes. This makes the default list "daemon default staff" instead of listing all the stub classed only meant for inclusion into the real classes.
2005-03-30- Enable charging properly, avoiding the stuck "battery full" signal.Uwe Stuehler
- Correctly report battery life estimates falling between thresholds. - Restart charging every minute (needed on all zaurus machines). - Report battery life even while battery_state is APM_BATT_CHARGING. - Be pessimistic about the total battery life time in minutes. - Use shorter prefix for local symbol names. The timeouts introduced in this revision can be removed later.
2005-03-30only set HOME if not already set; ok deraadt@Todd C. Miller
2005-03-30put mount_udf here too (big media things use this)Theo de Raadt
2005-03-30ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@Otto Moerbeek
2005-03-30syncTheo de Raadt
2005-03-30spacingTheo de Raadt
2005-03-30ansiPatrick Latifi
ok otto moritz deraadt
2005-03-30remove balony advice, recommended by beckTheo de Raadt
2005-03-30Fix some stuff noted by Theo.Hakan Olsson