summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-01-12from netbsd; Document hint file v.2Theo de Raadt
1996-01-12from netbsd; Note search mechanismTheo de Raadt
1996-01-12from netbsd:Theo de Raadt
Make dlopen() search for libraries if given a name of the form `lib<name>.so[.xx[.yy]]' (per Erik M. Theisen; PR#1763; patch from PR used in simplified form). Deal with v.2 hint files (hint srch dirs not yet used).
1996-01-12from netbsd:Theo de Raadt
Create v.2 hint files. Note: don't bother to understand v.1 files..
1996-01-12Remove CCB from hash list when it gets unmapped, not the first time looked up.hannken
1996-01-12clean betterTheo de Raadt
1996-01-12SIGBUS is an alignment fault. SIGSEGV is an access violationTheo de Raadt
1996-01-12proto rfork()Theo de Raadt
1996-01-12from netbsdTheo de Raadt
1996-01-12disable ddb, enable vndTheo de Raadt
1996-01-11Remove obsolete GCCNiklas Hallqvist
1996-01-11Remove obsolete GCCNiklas Hallqvist
1996-01-11Remove obsolete GCCNiklas Hallqvist
1996-01-11Remove obsolete GCCNiklas Hallqvist
1996-01-11from leo; Fix the same typo in all files. Yanking is soooo beautiful....Theo de Raadt
1996-01-11from netbsd; VM86 support, by John Kohl, touched up a bit by charlesTheo de Raadt
1996-01-11from netbsd; Fix typo and make some enum. lists more compactTheo de Raadt
(James Jegers; PR#592).
1996-01-11from netbsd; Fetch `-p' documentation from a previous version ofTheo de Raadt
the man page
1996-01-11from netbsd; fix small documentation bug -- we have no bftp(1)Theo de Raadt
1996-01-11from netbsd; sync with tzdata96aTheo de Raadt
1996-01-11from netbsd; new pagesTheo de Raadt
1996-01-11sync with netbsdTheo de Raadt
1996-01-11from netbsd; sync with tzcode96aTheo de Raadt
1996-01-11from netbsd:Theo de Raadt
Define LD_HINTS_VERSION_2: - no longer hash on minor version number in hints file. - add list of ldconfig(8) search directories.
1996-01-11login names starting with "t" were trashed; original bug report byTheo de Raadt
<tommy@mdc.tijp.ti.com>. from soda@sra.co.jp; netbsd pr#1926
1996-01-10merge errorTheo de Raadt
1996-01-10Save inquiry flags in sc_link so low-level drivers can use it.briggs
1996-01-10plan9-like rfork() implimentation by me based on some earlier incompleteTheo de Raadt
work by rminnich@Sarnoff.COM. still needs RFNOWAIT support.
1996-01-10describe actual openbsd rfork() details. this should be converted to aTheo de Raadt
mandoc manpage by some brave individual (prettier because they fit more data on the same page). please?
1996-01-10Imported from FreeBSD:chuck
Add support for the SMC8416 (EtherEZ) ISA ethernet card. The 8416 has an 8K shared mem (the old driver assumed 16K and failed at attach time).
1996-01-10original rfork(2) manpage from plan9. This will be modified to describeTheo de Raadt
the actual implimentation in OpenBSD. > From: "Rob Pike" <rob@plan9.att.com> > feel free to borrow the text of the plan 9 rfork page, with attribution.
1996-01-09make in ipf directory (oops)dm
1996-01-09Go ahead and look for the sonic--no problem if we don't find it.briggs
1996-01-09Add first guesses for a few more machines.briggs
Also set sonic flag for MACH_CLASSQ.
1996-01-09Add some more machine defines.briggs
1996-01-09added IP filter to netstat/rc and put examples in /usr/share/ipfdm
1996-01-09from netbsd:Theo de Raadt
Update a kludge from 4.4bsd/pmax: DECstation PROMs force the clock to be in 1972 or 1973. If the clock is set to the actual time, the PROM appears to reset the chip date to 1972 at each reboot. Change the "year offset" from 22 years to 24 years (good till 1997) until this code is replaced with something that uses the chip as a seconds-since-beginning-of-year clock (encoded as a date, relative to 1972-01-01 00:00:00).
1996-01-09from netbsd; Fix setcontext call and sendsigTheo de Raadt
1996-01-09from netbsd; compile hpux_machdep.c if COMPAT_HPUXTheo de Raadt
1996-01-09from netbsd:Theo de Raadt
Part of the tostools reorganization. All directories now contain a Makefile and the user interface to the various tools has been standarized.
1996-01-09from leo:Theo de Raadt
Common library for all tostools. (Waldi Ravens and myself)
1996-01-09from leo:Theo de Raadt
Atari partion table checker. Checks the validity of AHDI and/or NetBSD/Atari partition tables. (Waldi Ravens)
1996-01-09spltty shouldn't need to block serial hard interrupts--just soft.briggs
splimp can drop, too.
1996-01-08Add OpenBSD configuration, it's exactly like NetBSD.Niklas Hallqvist
1996-01-08As it is highly unlikely OpenBSD's object file format will divert fromNiklas Hallqvist
NetBSD's, alias it instead of implementing a distinct but identical configuration.
1996-01-08As it is highly unlikely OpenBSD's object file format will divert fromNiklas Hallqvist
NetBSD's, alias it instead of implementing a distinct but identical configuration.
1996-01-08from netbsd; Correct name of sysi86 functionTheo de Raadt
1996-01-08from netbsd:Theo de Raadt
Add '/emul/ultrix' pathname processing to Ultrix emulation, and move Ultrix syscalls that require that processing out of ultrix_misc.c to ultrix_pathname.c.
1996-01-08from ragge; Changed to work correctly with both K&R and ANSI cpp.Theo de Raadt
1996-01-08from ragge:Theo de Raadt
Device driver for TS11/TSV05 tape devices. Written by Bertram Barth, based on TMSCP device driver.