Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-29 | device/vendor id is always < 7 chars. store it in the array and save on the ↵ | Michael Shalayeff | |
extra pointer average of 50% space savings. regen the eisadevs | |||
2003-03-29 | add some more eisa devices | Michael Shalayeff | |
2003-03-29 | implement memory examine command. takes both symbol or address | Michael Shalayeff | |
2003-03-29 | implement short reads at the end of the core segement | Michael Shalayeff | |
2003-03-28 | unbreak after SiS pcidevs change | Todd C. Miller | |
2003-03-28 | do not core dump on stripped executables. revmap the registers printed to ↵ | Michael Shalayeff | |
the symbols even for cores (already happens for live executables); art@ said it should wait until after the release and so it is already after the release now | |||
2003-03-28 | empty line between the targets | Michael Shalayeff | |
2003-03-28 | add support for the i830 that has 8 pci irq lines configure by the extra ↵ | Michael Shalayeff | |
0x68 pci config reg. does not change the behaviour for the other chipsets; ho@ testing | |||
2003-03-28 | usr/mdec/cdboot fluffs in. smooth tiny intraverse | Michael Shalayeff | |
2003-03-28 | a small boot for a cd | Michael Shalayeff | |
2003-03-28 | s/SADIR/STANDIR/ to avoid conflict w/ the libsa; install raw boot as well as ↵ | Michael Shalayeff | |
cooked | |||
2003-03-28 | PIC does not mix well w/ nopic (yet); espie@ ok | Michael Shalayeff | |
2003-03-28 | use sort -H; millert@ deradt@ ok | Michael Shalayeff | |
2003-03-28 | - no more /var/ssyslog (unused) | Jason McIntyre | |
- no more /var/spool/lpd (lpd uses /var/spool/output) - no more /var/preserve (old vi directory) - update docs to reflect this help with systrace provos@ help and ok millert@ | |||
2003-03-28 | one more const was missing | Henning Brauer | |
2003-03-28 | logging fix from tholo@ | Bob Beck | |
log which lists are matched, so you can tell what is actually working. | |||
2003-03-28 | F_[GS]ETFL deal with file status flags, not descriptor status flags. | Todd C. Miller | |
Closes PR 3172 | |||
2003-03-28 | Add missing MLINKS for Getopt::Std and fix NAME section | Todd C. Miller | |
2003-03-28 | g/c unused variable | Todd C. Miller | |
2003-03-28 | regen | Alexander Yurchenko | |
2003-03-28 | Little consistency in SiS section | Alexander Yurchenko | |
ok deraadt@ | |||
2003-03-28 | report how much time was wasted; ok beck | Jason Wright | |
2003-03-28 | Check strdup() rval for NULL; noticed by mpech@ | Todd C. Miller | |
2003-03-28 | We were malloc()ing one byte more than we needed; Alexander Farber | Todd C. Miller | |
Closes PR #3168 | |||
2003-03-28 | assign qid early for priq too | Henning Brauer | |
2003-03-28 | sync | Henning Brauer | |
2003-03-28 | sync | Henning Brauer | |
2003-03-28 | another const char * from David Hill | Henning Brauer | |
2003-03-28 | Improve debug output a bit | Alexander Yurchenko | |
2003-03-28 | login_passwd is now setgid _shadow instead of setuid root. | Todd C. Miller | |
2003-03-28 | Fix the color inversion of the cursor (now it's not a solid block of black =) | Jason Wright | |
2003-03-28 | const char * | Henning Brauer | |
from David Hill <david at phobia.ms> | |||
2003-03-28 | update of system hierarchy; | Jason McIntyre | |
- missing entries added - unused ones deleted - no .Li for paths many suggestions and ok millert@ | |||
2003-03-28 | test rekeying (disabled) | Markus Friedl | |
2003-03-28 | unbreak | Henning Brauer | |
STRIOCCLONE and SYSTR_CLONE have the same value now ok mickey@ | |||
2003-03-28 | fake off the SYSTR_CLONE through a normally numbered other ioctl; as of ↵ | Michael Shalayeff | |
previous rename; after discussion w/ niels | |||
2003-03-28 | OCHIO* dies horrible death by dd; as per renaming done before | Michael Shalayeff | |
2003-03-28 | zero'd -> zeroed; | Jason McIntyre | |
ok art@, miod@ | |||
2003-03-28 | Ip -> IP; | Jason McIntyre | |
ok miod@ | |||
2003-03-28 | - killed whitespace | Jason McIntyre | |
- new sentence new line - .Bk for arguments ok markus@ | |||
2003-03-28 | little cleanup; | Jason McIntyre | |
systrace(1) ok provos@ | |||
2003-03-28 | Bessel functions; | Jason McIntyre | |
also little cleanup in math(3); whitespace and new lines; ok jason@ | |||
2003-03-28 | mu-law and A-law spelling; | Jason McIntyre | |
mu-law and u-law are the same, so used mu-law for consistency; ok jason@ | |||
2003-03-28 | more register defns (from linux) | Jason Wright | |
2003-03-28 | Use the brand new types instead of WSDISPLAY_TYPE_UNKNOWN | Jason Wright | |
2003-03-28 | add a whole bunch of display types (will be used by the accelerated X | Jason Wright | |
stuff coming soon to a tree near you). | |||
2003-03-28 | In ccdsize(), check for CCDF_INITED before doing the ccdopen(). | Todd C. Miller | |
Adapted from NetBSD. | |||
2003-03-28 | I rewrote these a while back; copyright to me | Theo de Raadt | |
2003-03-28 | Add a sysctl to option USER_LDT, to control its behaviour, which will be | Miod Vallat | |
disabled by default. Enable with sysctl -w machdep.userldt=1 This will allow people to use the few ports that require this functionality to work without requiring the user to recompile a kernel. The option USER_LDT remains in order to not increase size on the installation media. It is now enabled in GENERIC. Per espie@'s idea, but my diff was much simpler than his; ok deraadt@ | |||
2003-03-28 | Fix VIA C3 comment. | Tobias Weingartner | |
Ok deraadt@ |