Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-03 | Convert the size of a memory chunk from bytes to megabytes before | Tom 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-03 | repair file mmapings above 4g; found by chefren; art@ ok | Michael Shalayeff | |
2005-05-03 | clean up some small fallout from initial freebsd import. | Hans-Joerg Hoexer | |
ok grange@ | |||
2005-05-03 | When printing a function name for warning or error lines, prefer a global | Miod 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-03 | catch stupid gnu cvs behaviour, it sends an empty error message | Joris 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-03 | Fix some sign issues and make kernel profiling useful on amd64. | Artur Grabowski | |
millert@ miod@ ok | |||
2005-05-03 | Better implementation of the hertz function. We use a documented sysctl | Artur Grabowski | |
that gives us a correct answer and not a good guess that uses undocumented itimer semantics. miod@ millert@ ok | |||
2005-05-03 | setres[ug]id; ok claudio@ | Damien Miller | |
2005-05-03 | setres[ug]id; ok deraadt@ | Damien Miller | |
2005-05-03 | setresuid; ok deraadt@ | Damien Miller | |
2005-05-03 | sync | Theo de Raadt | |
2005-05-03 | setres[ug]id; ok millert@ | Damien Miller | |
2005-05-03 | setresgid; ok deraadt@ | Damien Miller | |
2005-05-03 | enable HW transmit checksum offload | Brad Smith | |
ok pvalchev@ | |||
2005-05-03 | more 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-03 | sdstrategy() shouldn't use values in disklabel until SDEV_MEDIA_LOADED | Kenneth 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-02 | invert, sort, and build on hp300 | Martin Reindl | |
ok miod@ | |||
2005-05-02 | simplify by using arc4random_bytes(), ok djm, hshoexer | Markus Friedl | |
2005-05-02 | missing {} | Markus Friedl | |
2005-05-02 | Avoid infite loop. | Mark Kettenis | |
ok drahn@ | |||
2005-05-02 | We don't really like full stops in dmesg. ok pefo@ | Alexander Yurchenko | |
2005-05-02 | fix snprintf misuse. ok bob@ hin@ | Moritz Jodeit | |
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) |