Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-21 | improve. pushed by bengt@softwell.se | Theo de Raadt | |
1999-05-21 | do not much with COPTS; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
1999-05-21 | group all theMD f;ags together, add interrupt recursion one | Michael Shalayeff | |
1999-05-21 | no instead of <none> | Theo de Raadt | |
1999-05-21 | zero the fpu_curproc on proc exit, clarify the cpu_swapout()'s job | Michael Shalayeff | |
1999-05-21 | define fpu_curproc | Michael Shalayeff | |
1999-05-21 | break bits, cleanup | Michael Shalayeff | |
1999-05-21 | do lazy context switches for FPU | Michael Shalayeff | |
fix break handling better context saving sequence some cleanup | |||
1999-05-21 | Don't turn off uart when closing cua device if tty is waiting. | Jim Rees | |
Instead just drop dtr briefly. | |||
1999-05-21 | use right lorder; niklas@ ok | Michael Shalayeff | |
1999-05-21 | typo; kwesterback@home.com | Todd C. Miller | |
1999-05-21 | One lorder to bind them all, | Marc Espie | |
in the land of OpenBSD, where the cute daemon rules. | |||
1999-05-21 | Be more specific about dynamic libraries: ldd does not know how to handle | Marc Espie | |
them, but they should be `reasonable' objects to pass to it. Otherwise, collect2 will get confused if the gcc driver is used to build dynamic libraries. | |||
1999-05-20 | repair SYNOPSIS | Aaron Campbell | |
1999-05-20 | add missing #include's from SYNOPSIS section | Aaron Campbell | |
1999-05-20 | fix some typos; kwesterback@home.com | Aaron Campbell | |
1999-05-20 | Fix a bug where the ordered expiration list could get out of order. Add | Niklas Hallqvist | |
invariant checking of the lists when DIAGNOSTIC compiled. Extend the critical region to cover all of tdb_expiration so the tdb won't disappear behind our back. | |||
1999-05-20 | no more ed.4 | Todd C. Miller | |
1999-05-20 | Add -p flag, prompt for a string with echo off. | Alex Feldman | |
1999-05-19 | merge with freebsd 1.64, for real | Niklas Hallqvist | |
1999-05-19 | bcopy() and space-space bcopy() | Michael Shalayeff | |
1999-05-19 | add default value for mssdflt. more rationale might be needed. | Niels Provos | |
1999-05-19 | ed driver is long gone | Todd C. Miller | |
1999-05-19 | document tcp.sack and tcp.mssdflt for sysctl | Niels Provos | |
1999-05-19 | Make autoneg at boot work. some indent. | Niklas Hallqvist | |
1999-05-19 | ed0 is gone. use ne0. | Federico G. Schwindt | |
1999-05-19 | Use fprintf/exit in place of errx for usage display. | Alex Feldman | |
1999-05-18 | indent nit | Niklas Hallqvist | |
1999-05-18 | Enable Xircom ethernet and ICS 1890 Phy. The Xircom driver | Niklas Hallqvist | |
was a joint effort by niklas@openbsd.org, cstone@pobox.com & job@itsx.com | |||
1999-05-18 | Xircom ethernet | Niklas Hallqvist | |
1999-05-18 | Xircom ethernet, with some rough ends still, but it can do 100Mbit if tickled. | Niklas Hallqvist | |
It is no cardbus code though. So far tested on CE2 and Realport. | |||
1999-05-18 | typo | Marc Espie | |
1999-05-18 | Change include links shennannigans to make more sense, | Marc Espie | |
so that machine -> i386, and not the other way around, or, for arches such as amiga/m68k, make amiga & m68k true directories and let machine -> amiga. | |||
1999-05-18 | Use .St susv2. | Alex Feldman | |
pwrite.3: pread -> pwrite where appropriate. | |||
1999-05-18 | Move the tty locking stuff back out to physical.c so | brian | |
that we lock the device *before* we open it. We still open the device only once - and then ask all our handlers if they know how to handle it. | |||
1999-05-18 | Document cross reference ordering under SEE ALSO; mpp@freebsd | Alex Feldman | |
1999-05-17 | spelling | Theo de Raadt | |
1999-05-17 | Typos; Suzanne M. Lea <smlea@uncg.edu> | Jason Wright | |
1999-05-17 | o Mention strlcpy and strlcat | Todd C. Miller | |
o strsep is not in ANSI X3.159-1989 (though it is in C9X) | |||
1999-05-17 | ncurses-4.2-990516; no code changes | Todd C. Miller | |
1999-05-17 | 1) Only do pointer adjusting if realloc() changed our pointer | Todd C. Miller | |
2) Only adjust pointers based on ftp_path, not fts_name. 3) Adjust the entries in the file list, as well as the trees, if needed. Loosely based on a patch from Stas Kisel <stas@SONET.CRIMEA.UA> | |||
1999-05-16 | attempting to unify m68k exec.h files. | Marc Espie | |
This is a straight copy of sun3 file, It's there to be used by cross-m68k-lds, and eventually so that m68k-aout archs include a common file instead of rolling their own. | |||
1999-05-16 | regen | Niklas Hallqvist | |
1999-05-16 | Treat CIS functions a bit different as Xircom devices order the tuples a | Niklas Hallqvist | |
bit backwards | |||
1999-05-16 | Add XIRCOM (aliased with TDK) | Niklas Hallqvist | |
1999-05-16 | Don't judge locally generated tunnel packets as spoof attempts. indent. | Niklas Hallqvist | |
1999-05-16 | More special targets documentation. | Marc Espie | |
More odd behavior (filed as `bugs' in some cases...) | |||
1999-05-16 | spltdb introduced, protection for tdb lists and related structures, so | Niklas Hallqvist | |
they won't disappear behind our back by an expiration. Cleanup expiration logic too. | |||
1999-05-16 | The enc interface should not be IFF_LOOPBACK, as AH and ESP uses that | Niklas Hallqvist | |
as receiving interface for filtering | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. |