Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-02 | Remove unused getdevunit(). | Miod Vallat | |
2004-07-02 | Cope with SONPROC scheduler changes. | Miod Vallat | |
2004-07-02 | Maintain %f and %gs over traps. Mostly from NetBSD. Preparation for SMP | Niklas Hallqvist | |
speedups. | |||
2004-07-02 | whitespace; | Jason McIntyre | |
2004-07-02 | add `cast' and `cast-cbc' to the list of supported args to speed; | Jason McIntyre | |
also add `dsa', which is shorthand for all the dsa tests; | |||
2004-07-02 | Take TMPDIR into account when creating a temp mountpoint for populating. | Otto Moerbeek | |
ok avsm@ millert@; man page ok jmc@ | |||
2004-07-02 | reorder for openssl speed; | Jason McIntyre | |
2004-07-02 | Make page-aligned variable contiguous. Saves almost one page of data. | Miod Vallat | |
2004-07-02 | Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now. | Miod Vallat | |
2004-07-02 | Disable a -O2 specific optimization which causes kern_fork (and probably other | Miod Vallat | |
files) to be miscompiled, until the problem is fixed in the compiler. | |||
2004-07-02 | deregister, better use of strtoul and always set ERANGE on invalid octal | Otto Moerbeek | |
permission. ok millert@; man page ok jmc@ | |||
2004-07-02 | Use "time_second" instead of "time" now that time handling in the kernel | Thorsten Lockert | |
has changed. ok art@ millert@ marc@ | |||
2004-07-02 | printf inode numer as unsigned -- just the way it is | Michael Shalayeff | |
2004-07-02 | Accept but ignore -E and -X since they specify default more(1) behavior. | Todd C. Miller | |
2004-07-02 | Be sure to fill intrhand structures correctly. | Miod Vallat | |
2004-07-02 | Remove unused extra intrhand. | Miod Vallat | |
2004-07-02 | kill dead .Xr to memory(3); | Jason McIntyre | |
from kjell@ | |||
2004-07-02 | note that section 9 pages may use RETURN VALUES and ERRORS; | Jason McIntyre | |
note that section 1/6/8 pages may use DIAGNOSTICS; from discussion w/ jared yanovich; ok millert@ | |||
2004-07-02 | - note that as well as tabs, the -v option does not display EOLs | Jason McIntyre | |
from lkadosh at math dot ucr dot edu, via nick@ - put options in standard order - put explanations of examples before the examples, and indent examples - one i.e. -> e.g. as required additions/corrections/oks otto@ tom@ millert@ | |||
2004-07-02 | Do not divide by zero in vmstat -t; Nikos Ntarmos. | Miod Vallat | |
2004-07-02 | Since these vector tables are not final tables, they don't need to be | Miod Vallat | |
page aligned. | |||
2004-07-02 | fill out error info into ret* regs upon failed syscall return | Michael Shalayeff | |
2004-07-01 | add two commented out vars to set | Michael Shalayeff | |
2004-07-01 | does not need ialloc.c; millert@ ok | Michael Shalayeff | |
2004-07-01 | two more hppa mids | Michael Shalayeff | |
2004-07-01 | have separate insn and data cache all-flushers | Michael Shalayeff | |
2004-07-01 | add HPUX_SYSCONF_CPUPA20 | Michael Shalayeff | |
2004-07-01 | disabled USE_HPT option (experimental right now) | Michael Shalayeff | |
2004-07-01 | simpilfy warning() and wall | Michael Shalayeff | |
2004-07-01 | warn vs perror; __progname; and wall | Michael Shalayeff | |
2004-07-01 | use err/errx and __progname; -Wall | Michael Shalayeff | |
2004-07-01 | setmode(3) returns void *, not mode_t *. ok millert@ | Otto Moerbeek | |
2004-07-01 | Delete unused functions and unnecessary flush_pipeline() at the | Kenji Aoyama | |
exit of interrupt handling routine. (sync with mvme88k) ok miod@ | |||
2004-07-01 | Initialize cmd when processing octal only. Failing to do that results | Otto Moerbeek | |
in rare cases of bogus permissions; noted when using mtree(8) with mmap malloc. ok tdeval@ millert@ | |||
2004-07-01 | if sym has null value -- report as not found; check that kd->vmst is set ↵ | Michael Shalayeff | |
before use; millert@ ok | |||
2004-06-30 | convert references in SEE ALSO to .Rs/.Re, w/ a little help from | Jason McIntyre | |
netbsd page; | |||
2004-06-30 | expand the description of .Dt: | Jason McIntyre | |
- list the possible sections, and what they are - update list of volume titles - document that archs can be added to .Dt, and list the possibilities | |||
2004-06-30 | use evconuts for device interrupts counting | Michael Shalayeff | |
2004-06-30 | regen | Michael Shalayeff | |
2004-06-30 | update from netbsd: use sys_poll() and label some other unimplemented ones; ↵ | Michael Shalayeff | |
millert@ ok | |||
2004-06-30 | allow forced fpu emulation through a sysctl | Michael Shalayeff | |
2004-06-30 | fix a panic msg | Michael Shalayeff | |
2004-06-30 | only touch bridge regs that we need now -- the rest for the card-mode | Michael Shalayeff | |
2004-06-30 | call handlers for higher priority first to avoid needless recursion | Michael Shalayeff | |
2004-06-30 | - update and sync GETTING STARTED list | Jason McIntyre | |
- move descriptions of .Pf and .Ns out of `Enclosure and Quoting Macros': they are not really used for enclosure, and besides, .Ns was already described further down the page, in a more logical, separate, space. also, say what .Pf actually does - move .Sm to its own section. there is no point making it look like an obsolecent macro | |||
2004-06-30 | add some space between example usage and example; | Jason McIntyre | |
2004-06-30 | since we're not using 'len' for anything, nuke it and pass null to | Pedro Martelletto | |
copyin/copyout. suggested by millert@, ok'd by him and deraadt@ | |||
2004-06-30 | Compile cleanly with gcc3.3.2. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-06-30 | unbreak TTY break, diagnosed by darren AT dazwin.com; ok markus@ | Damien Miller | |
2004-06-30 | Unbreak unix domain sockets and properly detect and report truncation | Otto Moerbeek | |
of the socket path name. Based on a diff from Juan Vera, with changes by me and millert@. ok millert@ djm@; man page ok jmc@ |