Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-12-15 | update from netbsd | Theo de Raadt | |
1995-12-15 | from netbsd; mi lance driver | Theo de Raadt | |
1995-12-15 | from ragge; Add defs to understand K&R cpp | Theo de Raadt | |
1995-12-15 | update from netbsd | Theo de Raadt | |
1995-12-15 | from netbsd: | Theo de Raadt | |
Make consistent with `make install' (from Arne Juul; PR#1665). Added directories to contain the Section 9 man pages. | |||
1995-12-15 | clamp maxproc to not exceed pt space | Theo de Raadt | |
1995-12-15 | cpu_fork changes type | Theo de Raadt | |
1995-12-15 | bcopy & friends move to m68k tree | Theo de Raadt | |
1995-12-15 | INSTALL kernel was just used by netbsd1.1 for their release.. | Theo de Raadt | |
1995-12-15 | from netbsd; update grf_ul; support files now only used if needed | Theo de Raadt | |
1995-12-15 | from netbsd; bcopy moves to m68k tree | Theo de Raadt | |
1995-12-15 | from netbsd; cpu_fork changes types | Theo de Raadt | |
1995-12-15 | from netbsd; enable interrupts | Theo de Raadt | |
1995-12-15 | from netbsd: | Theo de Raadt | |
Update from Bill Studenmund <wrstuden@loki.stanford.edu> with some minor cleanup from me. Now supports serial console. Double ring limits from Bill Studenmund <wrstuden@loki.stanford.edu>. | |||
1995-12-15 | common bcopy used by all the m68k ports | Theo de Raadt | |
1995-12-15 | support pci 3c590 ethernet cards | Theo de Raadt | |
1995-12-15 | from netbsd; assert -Werror | Theo de Raadt | |
1995-12-15 | from netbsd; do not override other CFLAGS settings | Theo de Raadt | |
1995-12-15 | use m_pkthdr.len for FIONREAD, correctly indicates how much data is available | Theo de Raadt | |
1995-12-14 | update from netbsd | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
delete bogus declaration of abort() and include stdlib.h, so that this compiles w/o warning. | |||
1995-12-14 | from ragge; unneccessary | Theo de Raadt | |
1995-12-14 | re-add my source routing stuff (geeezzz) | Theo de Raadt | |
1995-12-14 | update from netbsd (without losing local changes) | Theo de Raadt | |
1995-12-14 | libcrypt is now an empty library | Theo de Raadt | |
1995-12-14 | compile -DDES always | Theo de Raadt | |
1995-12-14 | Do not use hardcoded realm or host names | Thorsten Lockert | |
1995-12-14 | forgotten file from netbsd | Theo de Raadt | |
1995-12-14 | __FORK_BRAINDAMAGE | Theo de Raadt | |
1995-12-14 | put back the pica stuff i killed | Theo de Raadt | |
1995-12-14 | update from netbsd | Theo de Raadt | |
1995-12-14 | from netbsd; profil() fixed for 64 bit | Theo de Raadt | |
1995-12-14 | Kerberos IV code, based on a merge of fixed code from KTH and original | Thorsten Lockert | |
4.4BSD Lite code (international edition). Provides all functionality from the original 4.4BSD code plus standard Kerberos elements that were omitted in the 4.4BSD code. | |||
1995-12-14 | from netbsd; also backup syscallargs.h | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
make netinet work on systems where pointers and longs are 64 bits (like the alpha). Biggest problem: IP headers were overlayed with structure which included pointers, and which therefore didn't overlay properly on 64-bit machines. Solution: instead of threading pointers through IP header overlays, add a "queue element" structure to do the threading, and point it at the ip headers. | |||
1995-12-14 | from netbsd; new mrouted | Theo de Raadt | |
1995-12-14 | from netbsd: add 3c590 and adaptec ultra | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
Don't use the softc at probe time on pci devices because it has not been allocated yet | |||
1995-12-14 | from netbsd; print nicer messages | Theo de Raadt | |
1995-12-14 | from netbsd; Convert IRQ, DRQ, and port numbers to int | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
Add support for the 3c59x (pci) cards in the 3c5x9 driver. In addition add the necessary bits for the 3c589 (pcmcia) card without adding any of the pcmcia framework. Also call epstop() in the attach routine to make sure that the pci card gets reset properly. | |||
1995-12-14 | from netbsd: | Theo de Raadt | |
Make it work on little-endian monochrome buffers; per Ted. Must change `u_long' to `u_int32_t' as Jason pointed out. since 'long's in this code are meant to be exactly 32-bits wide, use 'int32_t's instead, so that this code is usable on the alpha. | |||
1995-12-14 | from netbsd: | Theo de Raadt | |
Bring in several changes from the ccd: * Be a bit better with prototypes * Use struct dkdevice in vnd_softc. * Prevent the unit from being unconfigured while open. * Implement a simple locking mechanism and use it for sanity's sake. Still needs more work; needs to support disklabels and the like. | |||
1995-12-14 | from netbsd; add copyright notice | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
Fix a race condition where if a process is asleep waiting on an exclusive lock of a ccd device while another process is unconfiguring that same device, the first process would never awaken (unless interrupted). | |||
1995-12-14 | from netbsd; print illegal setting messages nicer | Theo de Raadt | |
1995-12-14 | from netbsd; fix definition of nullcnpollc, and add a prototype for it | Theo de Raadt | |
1995-12-14 | from netbsd; cpu_fork() now returns void | Theo de Raadt | |
1995-12-14 | from netbsd; Return 0 in the child, not the parent pid. | Theo de Raadt | |
1995-12-14 | from netbsd; add copyright notice | Theo de Raadt | |