summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-02Don't hardcode sizeof(pcireg_t) value. ok markus@Alexander Yurchenko
2005-05-02- add a small description of final synopsis formJason McIntyre
- tweak a spacing issue in usage()
2005-05-02tweaks;Jason McIntyre
2005-05-02include zbsdmod, Packages, and ipk in the checksums; ok deraadt@David Krause
2005-05-02sparc64 optimized in4_cksum().Brad Smith
From NetBSD
2005-05-02Load the symbol table to the end of data/bss, and account for it whenUwe Stuehler
setting up the kernel page table. Makes ddb more usable (when used together with an unrotated console :)
2005-05-02New in{,4}_cksum that is between 1.5 and 5 times faster than theBrad Smith
old version depending on CPU type. From NetBSD ok drahn@
2005-05-02more setres[ug]id; ok deraadt@Damien Miller
2005-05-02use setres[ug]id for privilege dropping; ok norby@Damien Miller
2005-05-01if CF_MKADMIN flag is specified the administrative files willJoris Vink
be created (if missing) in cvs_load_dirinfo().
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
ok deraadt@
2005-05-01- better synopsisJason McIntyre
- sync usage() - add fstab(5) to SEE ALSO - NOTES -> CAVEATS and improve bits ok deraadt@ improvements and ok tom@
2005-05-01typarella; from alexandre anriot;Jason McIntyre
2005-05-01Tidy up __strtosignal(): pass a buffer and length to its itoa() andTom 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-01since &func is aplt workaround the switch_trampoline and deref plt for the ↵Michael Shalayeff
func aswell
2005-05-01Allow RAW_PART+S_IFCHR device opens to succeed even if media notKenneth 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-01Fix zaudio dependencies. ok uwe@, pascoe@.Matthieu Herrb
2005-05-01add 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-01spacingTheo de Raadt
2005-05-01When parsing the bootpath, correctly handle ":foo" modifiers if they areMiod Vallat
more than one-letter wrong; fixes boot device determination with /.../ledma:tpe/le... strings (PR #4192)
2005-05-01Avoid out of bounds access; Andreas Vogele" <voegelas at gmx dot net>Otto Moerbeek
2005-05-01bye, bye.Marc Espie
miod@ checked this does not impact builds on old arches.
2005-05-01spellingDavid Krause
2005-05-01spellingDavid Krause
2005-05-01- Sync nubus IDs with NetBSD and add some moreMartin 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-01Use quality 0 instead of 1000 for CP0 timecounter likeAlexander Yurchenko
for i8254 on i386/amd64. Tested by kettenis@.
2005-05-01add Xr boot_zaurus, now that the page existsUwe Stuehler
2005-05-01check for VBIOONFREELIST and VBIOONSYNCLIST in vprint(), okay marius@Pedro Martelletto
2005-05-01update the maxium sendqueue size on ifconfig up; this should fix problemsMarkus Friedl
where IP cannot send packets larger then 11*mtu (e.g for large UDP/NFS packets); pascoe@ brad@
2005-05-01Another evil hack to turn sidelining into underlining on the Zaurus console.Christopher Pascoe
tested dlg@
2005-05-01Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere.Miod Vallat
2005-05-01spacing; ok miod@ deraadt@David Krause
2005-05-01RCS idBrad Smith
2005-05-01anotherjoshua stein
2005-05-01recommend this API better; "a good start" deraadt@Damien Miller
2005-05-01knfTheo de Raadt
2005-05-01_yp_check() is a non-standard API. it leaves the domain bound, and theTheo 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-01use 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-01run password strength checking regexes as user; ok deraadt@Damien Miller
2005-04-30hyphenate nnn-bit adjectives;Jason McIntyre
2005-04-30fix a broken .St;Jason McIntyre
2005-04-30Temporary hack to (un)rotate the Zaurus console until a proper rasopsChristopher Pascoe
rotation framework is ready.
2005-04-30try to drain send queue if we lose link during heavy transmitBrad Smith
activity instead of letting it sit and return 'no buffer available' errors.
2005-04-30don't set MTU if its the same as what's currently being used.Brad Smith
2005-04-30- Add missing break for SIOCSIFADDRBrad Smith
- Allow setting the MTU ok pvalchev@
2005-04-30- Correct the if_link_state_change() logic.Brad Smith
- Reading the EEPROM to learn the station address doesn't seem to work on boards with VIA gigE controllers that are embedded in VIA chipsets. Presumably, they don't have an external EEPROM and store the MAC address somewhere else. To get around this, read the station address from the RX filter registers instead. This has been tested to work on both embedded and standalone controllers. From FreeBSD ok pvalchev@
2005-04-30syncTheo de Raadt
2005-04-30Test various edge cases reading ustar archives.Otto Moerbeek
2005-04-30correctly use whole disk, pointed out by tobyTheo de Raadt
2005-04-30Move CALL() from <machine/asm.h> to eh.S which is the only user of the macro,Miod Vallat
and replace it with faster constructs in some cases; also drop the unused CALLP() macro.