Commit Graph

68606 Commits

Author SHA1 Message Date
itojun
eab255c93f s/#ifdefined/#ifdef/ 2000-08-08 02:12:30 +00:00
jeffs
aaa5c58d70 Update arc map routine prototype to compile again. 2000-08-08 02:11:05 +00:00
jdolecek
3d73ef5a2b convert to use conf/newvers_stand.sh, minor Makefile adjustments 2000-08-07 22:38:10 +00:00
bjh21
e74a0fd322 Major formatting cleanups. If I'm going to work on this driver, I want to be
able to read it.
2000-08-07 22:21:44 +00:00
thorpej
b9d2d53fb8 Add a DIAGNOSTIC or LOCKDEBUG check for held spin locks. 2000-08-07 22:10:52 +00:00
thorpej
b24441d4d1 It doesn't make sense to charge simple locks to proc's, because
simple locks are held by CPUs.  Remove p_simple_locks (which was
unused anyway, really), and add a LOCKDEBUG check for held simple
locks in mi_switch().  Grow p_locks to an int to take up the space
previously used by p_simple_locks so that the proc structure doens't
change size.
2000-08-07 21:55:22 +00:00
tv
0b7e5ad5a0 %b -> bitmask_snprintf() 2000-08-07 18:46:30 +00:00
bjh21
a62a24f2af Second phase of changes to remove ntp_adjtime(2) from the kernel entirely if
NTP is not defined.

Also removes sysctl_ntptime, since that's unreferenced without NTP.

ntp_gettime(2) is left alone, since it doesn't raise SIGSYS, which sys_nosys()
2000-08-07 18:11:55 +00:00
bjh21
24f9914cb3 Second phase of changes to remove ntp_adjtime(2) from the kernel entirely if
NTP is not defined.

Also removes sysctl_ntptime, since that's unreferenced without NTP.

ntp_gettime(2) is left alone, since it doesn't raise SIGSYS, which sys_nosys()
does.
2000-08-07 18:10:20 +00:00
bjh21
a9397f5bfc Changes to syscalls.master to exclude ntp_adjtime(2) entirely if NTP is not
defined.  Changes to other files will follow in a moment.
2000-08-07 17:59:33 +00:00
drochner
78fa2d7e41 fix interrupt priority botch 2000-08-07 17:34:41 +00:00
kleink
755f5b32a4 #ifdef __STDC__ -> #if __STDC__ 2000-08-07 16:35:33 +00:00
thorpej
d7018d707f Fix slight error in last. 2000-08-07 16:23:31 +00:00
kleink
beec935659 #ifdef __STDC__ -> #if __STDC__ 2000-08-07 16:21:32 +00:00
itojun
6acd1fa341 sync comment with reality. from kame 2000-08-07 16:18:45 +00:00
thorpej
5535e3de10 Simplify. 2000-08-07 16:16:23 +00:00
hubertf
627cce8f8d Document -f flag
XXX someone please check the french translation ;-)
2000-08-07 15:56:34 +00:00
matt
13ff5a60ff Add COMPAT_15 to opt_compat_netbsd.h 2000-08-07 15:23:43 +00:00
ws
3fffb655ae Add modification remark as required by the GPL. 2000-08-07 15:20:36 +00:00
ad
136f4e3b32 %edx is free; use it instead of %ebx. 2000-08-07 14:46:52 +00:00
leo
a9d83b6c6f Add ahdilabel to SUBDIR. 2000-08-07 14:30:39 +00:00
ad
a55a72cb72 - joy is not MI.
- Xr intro 4.
2000-08-07 14:29:58 +00:00
mrg
44b648a013 make "make depend" work. 2000-08-07 13:50:55 +00:00
ad
b11d8d3fbf - Move some duplicated code from main() into subroutines. In doing this,
fix -p (it was broken if used in conjunction with either -B or -L).
- const, KNF.
2000-08-07 13:19:27 +00:00
ad
07e87cf61f Xr pw_mkdb. 2000-08-07 12:39:31 +00:00
hubertf
7aaca8a557 Remove paragraph about secr set. 2000-08-07 12:08:36 +00:00
hubertf
43b2b58c33 secrsrc.tgz is no longer. 2000-08-07 11:58:04 +00:00
leo
3f496a2588 AHDI label editor 2000-08-07 09:23:40 +00:00
billc
aac52686f0 Manually edit the headers to show which version of pcidevs this was
generated from.

XXX - this really should be automated
2000-08-07 08:27:11 +00:00
enami
630f9b81c9 - Test allocation failure.
- Don't leave a pointer dangling on failure case.
- Don't leak a file descriptor on failure case.
2000-08-07 06:08:33 +00:00
enami
2e68d337ae Nuke redundant test (though, gcc optimizer was clever enough not to emit
redundant code).
2000-08-07 06:00:59 +00:00
enami
d753bcdd59 - Wrap long lines.
- Protect multi-statement macro with do {} while (0)
2000-08-07 05:56:11 +00:00
enami
94c412e795 Sync with reality. 2000-08-07 05:40:21 +00:00
billc
7ba2890ab8 Added PCI IDs for 3Com's Home Connect (3c450) and Office Connect (3cSOHO100).
They both are register compat with later versions of the 3c905 (tornado/
vortex) series.
2000-08-07 04:08:35 +00:00
matt
09f029058b Fix some ELF/a.out lossage 2000-08-07 03:18:04 +00:00
mrg
2c8d59bf4e enable gdb on sparc64 2000-08-07 03:07:24 +00:00
itohy
3630c53733 Add #include <sys/proc.h>, since this file touches members of struct proc. 2000-08-07 02:51:04 +00:00
matt
1ed7963458 Simplify some stuff. 2000-08-07 01:47:04 +00:00
enami
f1cac3326d Add our RCS Id and restore original Id. 2000-08-07 00:55:08 +00:00
msaitoh
3dd01d42a7 include bsd.own.mk 2000-08-06 22:41:05 +00:00
wiz
aba1831bf4 RCS police 2000-08-06 22:37:18 +00:00
wiz
1a5d4c285d kdc & hprop moved from /usr/libexec to /usr/sbin 2000-08-06 22:35:40 +00:00
wiz
55ea1a8885 RCS police 2000-08-06 22:34:54 +00:00
wiz
ea1313a15c kerberos -> kdc 2000-08-06 22:34:00 +00:00
wiz
122b5e3b12 add RCS Id 2000-08-06 22:33:35 +00:00
thorpej
32451298d6 kerberos -> kdc 2000-08-06 21:37:02 +00:00
thorpej
81958d9213 Add kdc/kdc_flags variables. 2000-08-06 21:34:17 +00:00
thorpej
f0c5d26a40 Startup script glue for the Heimdal KDC. 2000-08-06 21:32:56 +00:00
thorpej
9ccb9bba06 /usr/libexec/hprop -> /usr/sbin/hprop 2000-08-06 20:44:54 +00:00
thorpej
2bcae16fa3 hprop(8) belongs in /usr/sbin, not /usr/libexec. 2000-08-06 20:42:22 +00:00