Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-02 | be more careful with snprintf. ok millert@ | Moritz Jodeit | |
2005-05-02 | Add ichwdt(4) driver man page. | Alexander Yurchenko | |
2005-05-02 | Add ichwdt(4): Intel 6300ESB ICH watchdog timer driver. Disabled for | Alexander Yurchenko | |
now due to lack of testing. If you have a machine that uses this device please contact me. ok deraadt@ | |||
2005-05-02 | obvious typo, designed to break the tree, brad, hmm? | Theo de Raadt | |
2005-05-02 | add missing structs for upcoming commands; joris ok | Xavier Santolaria | |
2005-05-02 | Add 6300ESB watchdog timer register definitions. | Alexander Yurchenko | |
2005-05-02 | quadradically -> quadratically, lots of | Pedro Martelletto | |
2005-05-02 | Don't hardcode sizeof(pcireg_t) value. ok markus@ | Alexander Yurchenko | |
2005-05-02 | - add a small description of final synopsis form | Jason McIntyre | |
- tweak a spacing issue in usage() | |||
2005-05-02 | tweaks; | Jason McIntyre | |
2005-05-02 | include zbsdmod, Packages, and ipk in the checksums; ok deraadt@ | David Krause | |
2005-05-02 | sparc64 optimized in4_cksum(). | Brad Smith | |
From NetBSD | |||
2005-05-02 | Load the symbol table to the end of data/bss, and account for it when | Uwe Stuehler | |
setting up the kernel page table. Makes ddb more usable (when used together with an unrotated console :) | |||
2005-05-02 | New in{,4}_cksum that is between 1.5 and 5 times faster than the | Brad Smith | |
old version depending on CPU type. From NetBSD ok drahn@ | |||
2005-05-02 | more setres[ug]id; ok deraadt@ | Damien Miller | |
2005-05-02 | use setres[ug]id for privilege dropping; ok norby@ | Damien Miller | |
2005-05-01 | if CF_MKADMIN flag is specified the administrative files will | Joris Vink | |
be created (if missing) in cvs_load_dirinfo(). | |||
2005-05-01 | To allow for MD override of in4_cksum()... | Brad Smith | |
ok deraadt@ | |||
2005-05-01 | - better synopsis | Jason McIntyre | |
- sync usage() - add fstab(5) to SEE ALSO - NOTES -> CAVEATS and improve bits ok deraadt@ improvements and ok tom@ | |||
2005-05-01 | typarella; from alexandre anriot; | Jason McIntyre | |
2005-05-01 | Tidy up __strtosignal(): pass a buffer and length to its itoa() and | Tom Cosgrove | |
make sure we can't underrun this buffer. Also force NUL-termination of this buffer, and ensure that large unsigned integers are printed correctly. Started by a diff from Dave Hines, openbsd (at) dph (dot) fluff (dot) org; thanks. with and ok otto@ | |||
2005-05-01 | since &func is aplt workaround the switch_trampoline and deref plt for the ↵ | Michael Shalayeff | |
func aswell | |||
2005-05-01 | Allow RAW_PART+S_IFCHR device opens to succeed even if media not | Kenneth R Westerback | |
present. A successful open is required for ioctl's to work. Mostly from NetBSD, partly correcting previous code cleanup error. From deraadt@, treat MTIOCTOP+MTRETEN as CDIOCCLOSE for cd devices (i.e. close the cd drawer). ok deraadt@. | |||
2005-05-01 | Fix zaudio dependencies. ok uwe@, pascoe@. | Matthieu Herrb | |
2005-05-01 | add eject -t option: permits tray to be closed (ie. insert a CD). | Theo de Raadt | |
this uses the MTRETEN option split out getopt options for mt & eject, fix usage as well. ok krw (who is about to commit the back end changes for scsi..) | |||
2005-05-01 | spacing | Theo de Raadt | |
2005-05-01 | When parsing the bootpath, correctly handle ":foo" modifiers if they are | Miod Vallat | |
more than one-letter wrong; fixes boot device determination with /.../ledma:tpe/le... strings (PR #4192) | |||
2005-05-01 | Avoid out of bounds access; Andreas Vogele" <voegelas at gmx dot net> | Otto Moerbeek | |
2005-05-01 | bye, bye. | Marc Espie | |
miod@ checked this does not impact builds on old arches. | |||
2005-05-01 | spelling | David Krause | |
2005-05-01 | spelling | David Krause | |
2005-05-01 | - Sync nubus IDs with NetBSD and add some more | Martin Reindl | |
- add support for reading sMemory resources from nubus cards (currently unused) - support a bunch more nubus video cards. The Miro PRISMA GX seems to handle interrupts like the Radius DirectColor/GX, so just treat it the same. ok miod@ | |||
2005-05-01 | Use quality 0 instead of 1000 for CP0 timecounter like | Alexander Yurchenko | |
for i8254 on i386/amd64. Tested by kettenis@. | |||
2005-05-01 | add Xr boot_zaurus, now that the page exists | Uwe Stuehler | |
2005-05-01 | check for VBIOONFREELIST and VBIOONSYNCLIST in vprint(), okay marius@ | Pedro Martelletto | |
2005-05-01 | update the maxium sendqueue size on ifconfig up; this should fix problems | Markus Friedl | |
where IP cannot send packets larger then 11*mtu (e.g for large UDP/NFS packets); pascoe@ brad@ | |||
2005-05-01 | Another evil hack to turn sidelining into underlining on the Zaurus console. | Christopher Pascoe | |
tested dlg@ | |||
2005-05-01 | Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere. | Miod Vallat | |
2005-05-01 | spacing; ok miod@ deraadt@ | David Krause | |
2005-05-01 | RCS id | Brad Smith | |
2005-05-01 | another | joshua stein | |
2005-05-01 | recommend this API better; "a good start" deraadt@ | Damien Miller | |
2005-05-01 | knf | Theo de Raadt | |
2005-05-01 | _yp_check() is a non-standard API. it leaves the domain bound, and the | Theo de Raadt | |
fd use for that too. We are only using it to check if YP is alive, so, unbind YP right after... this removes the reserved port socket fd in the child.. | |||
2005-05-01 | use setresgid() to drop privs, it is simply a better and less ambiguous API; | Damien Miller | |
ok deraadt@ and millert@ a while ago, more to come | |||
2005-05-01 | run password strength checking regexes as user; ok deraadt@ | Damien Miller | |
2005-04-30 | hyphenate nnn-bit adjectives; | Jason McIntyre | |
2005-04-30 | fix a broken .St; | Jason McIntyre | |
2005-04-30 | Temporary hack to (un)rotate the Zaurus console until a proper rasops | Christopher Pascoe | |
rotation framework is ready. | |||
2005-04-30 | try to drain send queue if we lose link during heavy transmit | Brad Smith | |
activity instead of letting it sit and return 'no buffer available' errors. |