summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-01- better synopsisJason McIntyre
2005-05-01typarella; from alexandre anriot;Jason McIntyre
2005-05-01Tidy up __strtosignal(): pass a buffer and length to its itoa() andTom Cosgrove
2005-05-01since &func is aplt workaround the switch_trampoline and deref plt for the fu...Michael Shalayeff
2005-05-01Allow RAW_PART+S_IFCHR device opens to succeed even if media notKenneth R Westerback
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
2005-05-01spacingTheo de Raadt
2005-05-01When parsing the bootpath, correctly handle ":foo" modifiers if they areMiod Vallat
2005-05-01Avoid out of bounds access; Andreas Vogele" <voegelas at gmx dot net>Otto Moerbeek
2005-05-01bye, bye.Marc Espie
2005-05-01spellingDavid Krause
2005-05-01spellingDavid Krause
2005-05-01- Sync nubus IDs with NetBSD and add some moreMartin Reindl
2005-05-01Use quality 0 instead of 1000 for CP0 timecounter likeAlexander Yurchenko
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
2005-05-01Another evil hack to turn sidelining into underlining on the Zaurus console.Christopher Pascoe
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
2005-05-01use setresgid() to drop privs, it is simply a better and less ambiguous API;Damien Miller
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
2005-04-30try to drain send queue if we lose link during heavy transmitBrad Smith
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
2005-04-30- Correct the if_link_state_change() logic.Brad Smith
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
2005-04-30Get rid of `U' suffix for psr field values.Miod Vallat
2005-04-30Use [XNF]IP_ADDR constants rather than their numeric values.Miod Vallat
2005-04-30A simpler and better SET_PC_REGS().Miod Vallat
2005-04-30Remove m88k_psr_type and function with utterly long names to control the psr,Miod Vallat
2005-04-30Remove disabled code which would disable all interrupts rather than switchMiod Vallat
2005-04-30As on i386, ensure we save the %ebx register returned from the BIOSTom Cosgrove
2005-04-30Ensure we save the %ebx register returned from the BIOS call, not justTom Cosgrove
2005-04-30Fix rtsol IPv6 install - check correct directory for hostname.* files.Kenneth R Westerback
2005-04-30Add support for large files (> 4GB).Niall O'Higgins
2005-04-30Support checking filesystems which have or once had large files (>4 GB)Niall O'Higgins
2005-04-30Fix printing floating-point numbers. Bump major number.Mark Kettenis