Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-01 | Welcome stat(1), from NetBSD. grrrrrok deraadt@ ok henning@ tdeval@ tedu@ | Otto Moerbeek | |
2005-04-01 | - remove unused function em_print_link_status() used by FreeBSD | Brad Smith | |
- add em_disable_vlans() which disables HW VLAN support; From FreeBSD | |||
2005-04-01 | Add support for polled umass/SCSI transactions. Should eliminate the panics | Christopher Pascoe | |
seen at reboot time after writing to umass devices. ok dlg@, testing markus@ | |||
2005-04-01 | delete 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-01 | OK, 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-01 | Add a reasonably sane CA bundle to /etc/ssl/cert.pem, the default | Bob 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-01 | these commands said "blocks" when they meant "KBytes" (they even calculated | Theo de Raadt | |
it so). pointed out by janc@cyberspace.org, pr 3956 | |||
2005-04-01 | show that net.inet.etherip.allow can be set here; pr 3972 ckuethe | Theo de Raadt | |
2005-04-01 | move more stuff after revoke; millert ok | Theo de Raadt | |
2005-04-01 | spacing | Theo de Raadt | |
2005-04-01 | at long last, disable write gathering for v3. ok like everyone | Ted Unangst | |
2005-04-01 | 0 -> prodidx. breakage for 5700 Bx workaround introduced in rev 1.21 | Brad Smith | |
Noticed/tested by aaron@ | |||
2005-04-01 | Cd and Xr for zkbd(4) | Uwe Stuehler | |
2005-03-31 | re-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-31 | re-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-31 | Reduce MAX and Default DATA Segment sizes to leave more MMAP space for | Thierry 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-31 | MMAP(2) malloc, here we go again. | Thierry Deval | |
2005-03-31 | point to correct variable for read-only ports tree; from Bernd Ahlers | Peter Valchev | |
2005-03-31 | Better crypt sequence number initialization. | Esben Norby | |
Suggested by henning@ ok henning@ | |||
2005-03-31 | Add support for crypt authentication (MD5). | Esben Norby | |
ok and input claudio@ | |||
2005-03-31 | copy argv[] element instead of smashing the one that ps will see; ok otto | Theo de Raadt | |
2005-03-31 | make sure the implementation matches the prototype.. | Patrick Latifi | |
char const * -> const char * ok otto@ deraadt@ | |||
2005-03-31 | +YFLAGS= | Xavier Santolaria | |
2005-03-31 | make sure the server command can still be reached with the | Joris Vink | |
new framework. ok xsa@ | |||
2005-03-31 | zap includes, grunk | Henning Brauer | |
2005-03-31 | - as long as we are using the sysexits.h error codes make sure | Joris Vink | |
we handle them. - handle cmd_sendflags() when it fails. | |||
2005-03-31 | - add support for reading Xircom's EEPROM | Brad Smith | |
- sync dc_mii_readreg() From FreeBSD | |||
2005-03-31 | enable receive checksum offload | Brad Smith | |
2005-03-31 | fix prototype for cvs_commit_prepare() | Joris Vink | |
2005-03-31 | remove unused variable. | Joris Vink | |
2005-03-31 | - Correct on/off and up/down about DIP switches; The hardware manual | Kenji Aoyama | |
and the real hardware seems different... - Add some notice about upgrade installation method. ok deraadt@ miod@ | |||
2005-03-31 | order the usb stuff, and remove duplicate config lines for usb at ohci. | David Gwynne | |
fix some spelling while here. ok uwe@ | |||
2005-03-31 | and some includes too much here as well, grunk | Henning Brauer | |
2005-03-31 | zap includes, Alexander von Gernler <grunk@pestilenz.org> | Henning Brauer | |
2005-03-31 | zap some includes we don't need, Alexander von Gernler <grunk@pestilenz.org> | Henning Brauer | |
2005-03-31 | go 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-30 | mention new udf malloc types, okay deraadt@ | Pedro Martelletto | |
2005-03-30 | init pool after we allocate softc array in case malloc fails | Michael Shalayeff | |
2005-03-30 | remove trailing \n in errx(). | Moritz Jodeit | |
ok deraadt@ | |||
2005-03-30 | output 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-30 | Use getcap to pull out login.conf entries that contain a localcipher | Todd 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-30 | only set HOME if not already set; ok deraadt@ | Todd C. Miller | |
2005-03-30 | put mount_udf here too (big media things use this) | Theo de Raadt | |
2005-03-30 | ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@ | Otto Moerbeek | |
2005-03-30 | sync | Theo de Raadt | |
2005-03-30 | spacing | Theo de Raadt | |
2005-03-30 | ansi | Patrick Latifi | |
ok otto moritz deraadt | |||
2005-03-30 | remove balony advice, recommended by beck | Theo de Raadt | |
2005-03-30 | Fix some stuff noted by Theo. | Hakan Olsson | |