summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-12-17from netbsd:Theo de Raadt
Make an NMI activate the debugger. This only works on a TT and needs a small hardware patch. This makes it easier to debug drivers that hang on an ipl > splsoft.
1995-12-17skip local defn of MAXFLOAT; libg++ will be updated soon anywaysTheo de Raadt
1995-12-17add man9Theo de Raadt
1995-12-17do not treat symbolic links special; from cgd@netbsd.org; netbsd pr#1776Theo de Raadt
1995-12-17SRCS are sources, and when they are sources, make depend will work like it ↵Theo de Raadt
should
1995-12-17update from netbsdTheo de Raadt
1995-12-17add a missing \nTheo de Raadt
1995-12-17match correctly on pfourTheo de Raadt
1995-12-17use /sbin/nologin as the invalid shell, good idea by tholoTheo de Raadt
1995-12-17provide a bogus shell for the disabled accountsTheo de Raadt
1995-12-17domestic goes away, kerberosIV always existsTheo de Raadt
1995-12-17expose even more internals, for bdesTheo de Raadt
1995-12-16Make it possible to build without SKEY supportThorsten Lockert
Add support for building with kerberosIV
1995-12-16Add sample kerberosIV configuration filesThorsten Lockert
1995-12-16Add support for building kerberosIVThorsten Lockert
1995-12-16Add a build targetThorsten Lockert
1995-12-16Two changes are made in this checkin.Dale S. Rahn
The first is a change to force the console to stay 8N1, the configuration of the bug/prom during the first open to the device by init. The second is to not enable interupts until the port is opened. Previously receive and CD change interrutps were enabled at config time. If a character arrived before the port was opened for the first time, it would crash the system.
1995-12-16Declare emul_sunos so '040 cache flush will compile.briggs
1995-12-16update from netbsdTheo de Raadt
1995-12-16handle time_t things that really are not time_tTheo de Raadt
1995-12-16{in,out}*() macros are already in pio.hTheo de Raadt
1995-12-16CFCR_* -> LCR_*Theo de Raadt
1995-12-16non-USA crypto code by davidb@werj.com.au. The source has been splitTheo de Raadt
& copied into two pieces so that use of crypt() pulls in a crypt.o that contains only that one programmer interface -- this permits USA export of binaries that use crypt() for authentication purposes. morecrypt.c contains the other DES programmer interfaces commonly used.
1995-12-16add sup to the treeTheo de Raadt
1995-12-16update from netbsdTheo de Raadt
1995-12-16lofs is goneTheo de Raadt
1995-12-16document where syslogd -s would be usedTheo de Raadt
1995-12-16new and changed area codes; from careya@PEAK.ORG; netbsd pr #1843Theo de Raadt
1995-12-15for orphaned devices, print the parent that cannot be found; from ↵Theo de Raadt
banshee@gabriella.resort.com; netbsd pr#1800
1995-12-15lofs is long goneTheo de Raadt
1995-12-15-s option prevents opening of UDP port; from perry@piermont.com; netbsd pr#1761Theo de Raadt
1995-12-15use alloca() instead of malloc()Theo de Raadt
1995-12-15from netbsd:Theo de Raadt
Change mips __warn_references() macro to use the ELF warning features in binutils 2.6 and (patched) gcc 2.7.2. Only works with gcc in ANSI C mode, for now.
1995-12-15u_int32_t instead of u_long for pixels, to match rcons changeTheo de Raadt
1995-12-15call doshutdownhooks() earlierTheo de Raadt
1995-12-15from ghudson; system now provides cookies, no need to fake themTheo de Raadt
1995-12-15from ghudson; chmod o-rx /var/crashTheo de Raadt
1995-12-15sigsetjmp from Havard.Eidnes@runit.sintef.no; netbsd pr#1793Theo de Raadt
1995-12-15new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supplyTheo de Raadt
base plus an offset new dvma routines
1995-12-15settable ring buffer sizes from pkTheo de Raadt
1995-12-15MI le driverTheo de Raadt
1995-12-15simplify vm inclusionsTheo de Raadt
1995-12-15from gwr, changes in sun3 portTheo de Raadt
1995-12-15from netbsd:Theo de Raadt
Prevent possible race condition in ctx_alloc(). Remove some bogus casts Make pmap_prefer() also return a preferred virtual address when there's no associated physical page
1995-12-15delete archaic chuck of code relating to dumpdevTheo de Raadt
1995-12-15upgrade should put /.profile back; from jtk@kolvir.arlington.ma.us;Theo de Raadt
netbsd pr#1798
1995-12-15change u_long to u_int32_t to match rconsTheo de Raadt
1995-12-15close file only if previously opened; from bgrayson@pine.ece.utexas.edu;Theo de Raadt
netbsd pr#1822
1995-12-15from netbsd; 64-bit cleanupTheo de Raadt
1995-12-15from gwrTheo de Raadt
Correct error which caused truncation of port number on i386 (PR#1823)