Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-01-31 | from ragge; rip i386 code | Theo de Raadt | |
1996-01-31 | from ragge; use struct pte * as needed | Theo de Raadt | |
1996-01-31 | from ragge; | Theo de Raadt | |
DDB disassembly is fixed and now works good. Code written and contributed to Ludd by Bertram Barth. | |||
1996-01-31 | sync with netbsd | Theo de Raadt | |
1996-01-31 | do not worry about mapdev retval | Theo de Raadt | |
1996-01-30 | Add extern declarations of new globals used by kernel PLL clock | Thorsten Lockert | |
1996-01-30 | #include <errno.h>; sys_nerr and sys_errlist moved. | Thorsten Lockert | |
1996-01-30 | Use "distclean" for cleaning, not "realclean" | Thorsten Lockert | |
1996-01-30 | Integrate local changes | Thorsten Lockert | |
1996-01-30 | Missed files from 1.7.1 import | Thorsten Lockert | |
1996-01-30 | Upgrade to 1.7.1 snapshot | Thorsten Lockert | |
1996-01-29 | Add kernel PLL for system clock | Thorsten Lockert | |
Add ntp_adjtime() and ntp_gettime() system calls Mostly stolen from FreeBSD | |||
1996-01-29 | if CVSREADONLYFS, access to the history file is irrelevant | Theo de Raadt | |
1996-01-29 | from leo | Theo de Raadt | |
Special handling for 2 and 4 byte sized transfers. The makes accessing device registers work in a sane way. (gwr) | |||
1996-01-29 | from netbsd; move register layout stuff | Theo de Raadt | |
1996-01-29 | from leo: | Theo de Raadt | |
- Remove FPU defines, the FPU-type is no longer determined by the loader. - Add some forgotten CPU-types (Waldi Ravens). | |||
1996-01-29 | Make it work for multi-homed servers by default; remove need for krb.equiv | Thorsten Lockert | |
1996-01-29 | from netbsd: | Theo de Raadt | |
Don't rely on the protection bits of segments anymore to decide whether it's text or data; use the entry point instead (this solves some trouble with ELF executables with strange permissions) Incorporate some fixes from r_friedl@informatik.uni-kl.de sent to netbsd-bugs a while ago | |||
1996-01-29 | from netbsd; | Theo de Raadt | |
Instead of using '#ifdef atari' to handle the differences of Gemdosfs and Msdosfs, use a flag that can be set by mount_msdos. This is definitely more flexible. Fix error in previous change: don't use the local FS mount data before it's actually allocated. Pass mount arguments to msdosfs_mountfs instead, and use them (as in iso_mountfs for example). | |||
1996-01-29 | from netbsd: | Theo de Raadt | |
fix off-by-one error in tickfix code. (should increment when count >= interval, because count goes from 0->(interval-1) to count interval ticks.) | |||
1996-01-29 | from netbsd | Theo de Raadt | |
1996-01-29 | from netbsd; modified by jon buller | Theo de Raadt | |
1996-01-29 | Fix for delay(usec) for small usec. From Scott Reynolds <scottr@edsi.org>. | briggs | |
1996-01-29 | included paths.h | dm | |
1996-01-29 | sync with netbsd | Theo de Raadt | |
1996-01-29 | new common tz code | Theo de Raadt | |
1996-01-29 | from netbsd; add S_IFWHT | Theo de Raadt | |
1996-01-29 | need errno.h because err declerations have moved | Theo de Raadt | |
1996-01-29 | realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com; | Theo de Raadt | |
netbsd pr#1806 | |||
1996-01-29 | typo; fix from norijuki soda; netbsd pr#1954 | Theo de Raadt | |
1996-01-29 | from netbsd; warnx called incorrectly | Theo de Raadt | |
1996-01-29 | Sendmail 8.7.3 from NetBSD | dm | |
1996-01-29 | sendmail 8.9.1 | dm | |
1996-01-29 | sendmail 8.9.1 | dm | |
1996-01-29 | use fs_csaddr to find the cg summary area; from ↵ | Theo de Raadt | |
mouse@collatz.mccrim.mcgill.edu; netbsd pr#1366 | |||
1996-01-29 | from leo; add -G flag for mounting atari gemdos filesystems | Theo de Raadt | |
1996-01-29 | use ed to repair all termcap database entries that locate the | Theo de Raadt | |
tabset in the two wrong places. | |||
1996-01-29 | from netbsd; move sys_nerr/sys_errlist decls to errno.h | Theo de Raadt | |
1996-01-29 | add -q option for silence; from mouse@collatz.mcrcim.mcgill.edu; | Theo de Raadt | |
netbsd pr#1204 | |||
1996-01-29 | less becomes more, and more is no more. from mrg@eterna.com.au | Theo de Raadt | |
1996-01-28 | Do not build KerberosIV if Kerberos has been disabled in <bsd.own.mk> | Thorsten Lockert | |
1996-01-26 | Better config symantics (elimitates 'options PCMCIA_*'; thanks Theo). | hvozda | |
Also a example kernel demonstrating how to configure PCMCIA devices. | |||
1996-01-25 | IP filter 3.0.1 | dm | |
1996-01-25 | IP filter 3.0.1 | dm | |
1996-01-25 | Bring some fixes over from NetBSD. | briggs | |
1996-01-25 | include cpu.h. | briggs | |
1996-01-25 | Added /usr/local/info for consistency with /usr/share/info | etheisen | |
1996-01-24 | Change &= to & in this case. gcc 2.7.2 vs. 2.4.5 difference? I hope not. | briggs | |
1996-01-23 | Use /var/tmp not /usr/tmp for deadletters | etheisen | |
1996-01-23 | Use /var/tmp not /usr/tmp for deadletters | etheisen | |