summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-03Convert the size of a memory chunk from bytes to megabytes beforeTom Cosgrove
casting to a 32-bit value, not after. Corrects the display of large memory chunks in the probing: line (mem[615K 3518M 0M a20=on] becomes mem[615K 3518M 12288M a20=on]). Bump version on boot, cdboot and pxeboot accordingly. "looks ok to me" weingart@
2005-05-03repair file mmapings above 4g; found by chefren; art@ okMichael Shalayeff
2005-05-03clean up some small fallout from initial freebsd import.Hans-Joerg Hoexer
ok grange@
2005-05-03When printing a function name for warning or error lines, prefer a globalMiod Vallat
symbol on arm, rather the local symbols ($a/$d/$t) the arm ELF ABI creates. This makes ld unreferenced symbols error much more useable. tweaks and ok kettenis@, 2+ months ago but I forgot to commit...
2005-05-03catch stupid gnu cvs behaviour, it sends an empty error messageJoris Vink
at the end of a diff command (even successfull ones) so we have to make sure not to show the empty line on screen. ok xsa@
2005-05-03Fix some sign issues and make kernel profiling useful on amd64.Artur Grabowski
millert@ miod@ ok
2005-05-03Better implementation of the hertz function. We use a documented sysctlArtur Grabowski
that gives us a correct answer and not a good guess that uses undocumented itimer semantics. miod@ millert@ ok
2005-05-03setres[ug]id; ok claudio@Damien Miller
2005-05-03setres[ug]id; ok deraadt@Damien Miller
2005-05-03setresuid; ok deraadt@Damien Miller
2005-05-03syncTheo de Raadt
2005-05-03setres[ug]id; ok millert@Damien Miller
2005-05-03setresgid; ok deraadt@Damien Miller
2005-05-03enable HW transmit checksum offloadBrad Smith
ok pvalchev@
2005-05-03more setres[ug]id; ok deraadt@Damien Miller
2005-05-03- Fix bogus asm statements; tmp1 and tmp2 need to be outputs rather than inputs.Brad Smith
- Merge in4_cksum(). From NetBSD ok miod@
2005-05-03sdstrategy() shouldn't use values in disklabel until SDEV_MEDIA_LOADEDKenneth R Westerback
is checked. Fixes crash during boot when a device has no media loaded. e.g. a usb card reader with empty slots. From NetBSD. Problem was introduced by last commit to allow RAW_PART+S_IFCHAR opens to always succeed. ok millert@ marco@
2005-05-02invert, sort, and build on hp300Martin Reindl
ok miod@
2005-05-02simplify by using arc4random_bytes(), ok djm, hshoexerMarkus Friedl
2005-05-02missing {}Markus Friedl
2005-05-02Avoid infite loop.Mark Kettenis
ok drahn@
2005-05-02We don't really like full stops in dmesg. ok pefo@Alexander Yurchenko
2005-05-02fix snprintf misuse. ok bob@ hin@Moritz Jodeit
2005-05-02be more careful with snprintf. ok millert@Moritz Jodeit
2005-05-02Add ichwdt(4) driver man page.Alexander Yurchenko
2005-05-02Add ichwdt(4): Intel 6300ESB ICH watchdog timer driver. Disabled forAlexander Yurchenko
now due to lack of testing. If you have a machine that uses this device please contact me. ok deraadt@
2005-05-02obvious typo, designed to break the tree, brad, hmm?Theo de Raadt
2005-05-02add missing structs for upcoming commands; joris okXavier Santolaria
2005-05-02Add 6300ESB watchdog timer register definitions.Alexander Yurchenko
2005-05-02quadradically -> quadratically, lots ofPedro Martelletto
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)