Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-06 | version 1.2.3 | Theo de Raadt | |
2000-03-06 | fix pr 1113, fclose() -> pclose(), todo: remote popen() | Markus Friedl | |
2000-03-06 | sync | Theo de Raadt | |
2000-03-06 | do signed hex instead of %D | Michael Shalayeff | |
2000-03-06 | - ``Option:'' -> ``The options are as follows:'' | Aaron Campbell | |
- Correct some mdoc usage. - Nicer ENVIRONMENT section. | |||
2000-03-06 | Correct SYNOPSIS (rev(1) accepts more than one file argument); from FreeBSD. | Aaron Campbell | |
2000-03-06 | Covert to mdoc; from FreeBSD, with some modifications by me. | Aaron Campbell | |
2000-03-06 | Some section re-ordering. | Aaron Campbell | |
2000-03-06 | Add HISTORY sections; from FreeBSD. | Aaron Campbell | |
2000-03-06 | oops | Michael Shalayeff | |
2000-03-06 | mdoc'ify; from FreeBSD, with many modifications by me. | Aaron Campbell | |
2000-03-06 | do not save/restore callee-save regs on trap, except for DDB | Michael Shalayeff | |
2000-03-05 | Don't issue an initial SCSI bus reset for Ultra3 cards. What seems to | mjacob | |
happen is that the SCSI bus reset, even after several seconds delay, seems to cause the Qlogic to then destroy several subsequent commands (which, ha ha, happen during probing for devices). I dunno why this is- some Qlogic f/w problem that we need to step around. | |||
2000-03-05 | roll minor revision level | mjacob | |
2000-03-05 | Clean up some error messages so that the channel source is printed. Don't | mjacob | |
wipe out the whole marker flag when a bus event happens on one channel- just or in the channel that needs to have a marker sent. Correctly mark a PORT CHANGED error with a 'selection timeout'. | |||
2000-03-05 | regen | Michael Shalayeff | |
2000-03-05 | add toshiba pci-isa bridge; from aaron@ | Michael Shalayeff | |
2000-03-05 | Remove hard sentence breaks. | Aaron Campbell | |
2000-03-05 | fix size check case for getgroups; pbucich@sion.com | Theo de Raadt | |
2000-03-05 | Various improvements, including a few HISTORY sections added from FreeBSD. | Aaron Campbell | |
2000-03-05 | Change prompt string from "Location:" to "Office Location:", to disambiguate | Aaron Campbell | |
from what is expected, and to be consistent with finger(1); from FreeBSD. | |||
2000-03-05 | export bios_pciinfo for the whole _KERNEL, there will be more files to use it | Michael Shalayeff | |
2000-03-05 | D not forget our memmap changes, ok mickey@ | Niklas Hallqvist | |
2000-03-05 | Adda a stripcom function to strip comments (and leading whitespace, | Todd C. Miller | |
depending on IFS). This replaces the ed and sed code previously used to do this. | |||
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
2000-03-04 | Point out that dmesg is most commonly used to review system startup msgs. | Aaron Campbell | |
2000-03-04 | Many improvements and general cleanup/standardization. | Aaron Campbell | |
2000-03-04 | Add EXAMPLES section, with OPENBSD printed in lights. | Aaron Campbell | |
2000-03-04 | mdoc'ify | Aaron Campbell | |
2000-03-04 | Try to standardize the options list introduction; it should read "The options | Aaron Campbell | |
are as follows:", except in special cases. | |||
2000-03-04 | sync | Theo de Raadt | |
2000-03-04 | amd devices; dave@dtsp.co.nz | Theo de Raadt | |
2000-03-04 | Typo | Louis Bertrand | |
2000-03-04 | Clearer note about the daily security report. | Louis Bertrand | |
2000-03-04 | Make P_tmpdir point to /tmp/ not /var/tmp | Todd C. Miller | |
Really, there should be a way to make configurable by the admin at runtime (say, a gettmpdir() function). | |||
2000-03-04 | Remove unnecessary, unreached, confusing code. | Artur Grabowski | |
2000-03-04 | Cut the number of dependencies to reduce problems on low-memory machines. | Artur Grabowski | |
2000-03-04 | Improve. | Aaron Campbell | |
2000-03-04 | Use .Va for errno. | Aaron Campbell | |
2000-03-04 | Various cleanups and mdoc'ing. | Aaron Campbell | |
2000-03-04 | Change invalid 'CHAT' loglevel to 'VERBOSE' | Damien Miller | |
2000-03-04 | to be Posix.1g compliant, fix ancillary message alignment. it will now be | Jun-ichiro itojun Hagino | |
aligned to ALIGNBYTES (arch dependent). NOTE: the change requires you to recompile IPv6 userland, if you are on arch that is ALIGNBYTES != sizeof(long) - 1 (sparc seems to be it). sorry for the mess. | |||
2000-03-04 | Refresh the NAT IP pointer after a potential mbuf reallocation. This | brian | |
caused frequent lock-ups for individual sessions over a NAT'd ppp link when MTU sizes ended up more or less exactly wrong. | |||
2000-03-04 | handle corrupt inetd.conf files better; sdb@ssr.com | Theo de Raadt | |
2000-03-03 | Fix some printf-type argument bugs | brian | |
2000-03-03 | Reverse rutgers change (attachtoparent vs. spawncli) | Todd C. Miller | |
New ttreinit function that enters application mode, enables the keypad and resets the tty size. New spawn module that calls tttidy() to exit application mode (and cleanup) then calls ttreinit() after resume to get back into application mode. Assumes we have job control. This takes advantage of the xterm 'alternate screen'. | |||
2000-03-03 | sync | Theo de Raadt | |
2000-03-03 | If we attempted reschedule two times without suceeding, uiomove will yield, | Artur Grabowski | |
giving other processes a chance to run. A process feeding a huge buffer to {read,write}{,v} on a file that doesn't need to wait for I/O, could have hogged a lot of cpu in the kernel, blocking all userland activity. Based on a similiar fix in FreeBSD. | |||
2000-03-03 | Keep track of the number of times we trigger a reschedule before the | Artur Grabowski | |
context switch actually happens. |