manu
25f1e3eda9
Set the pam_nologin call to keep our current behavior: login is refused
...
after password is given.
2005-01-23 09:48:38 +00:00
manu
3113fa979d
Add PAM support to login(8)
2005-01-23 09:47:43 +00:00
manu
08ad2c449b
Set correct default for the nologin file: /etc/nologin
...
Handle the ignorenologin capability
2005-01-23 09:45:02 +00:00
he
e23b180fd3
Adapt to the change in type of ite_on() -- don't pretend that it returns
...
a value anymore (return type is now void).
2005-01-23 09:25:52 +00:00
yamt
f6e639255b
lkmunreserve: free memory to the correct vm_map when kernel_map != lkm_map.
2005-01-23 08:41:02 +00:00
yamt
c3b17808da
cc_microset: #if 0 out a diagnositc printf.
...
this functions is called from ipi handler.
2005-01-23 08:39:51 +00:00
jmc
94eaa31771
Apply user supplied patterns first before applying actions for -A. This way pax
...
behavior WRT to patterns lines up with the example in the documentation
and how other implementations do it as well since -A is a non-standard
option/behavior. Fixes items noted in PR#23776
2005-01-23 06:19:03 +00:00
fredb
caf0ace151
Document support for the Belkin "Gigabit Desktop Network PCI Card".
2005-01-23 03:14:31 +00:00
fredb
53c21c67e7
Regen.
2005-01-23 03:07:05 +00:00
fredb
18c05962e3
Recognize Belkin Gigabit Desktop Network PCI card.
2005-01-23 03:06:07 +00:00
elric
84f1219a04
Fix typo.
2005-01-23 01:25:57 +00:00
elric
504ce9bd7d
new driver: usb generic serial adapter.
...
approved by: augustss@netbsd.org (code)
christos@netbsd.org (driver name)
2005-01-23 01:25:04 +00:00
enami
b2ed183e5b
- Remove macros used only by old getcwd() implementation.
...
- Fix memory leak on error. (I guess the loop isn't necessary but
it is different matter).
- Remove knowledge about old malloc implementation.
2005-01-23 01:00:51 +00:00
simonb
dc5fd1a390
Use lis@h/ori@l instead of lis@ha/addi@l since we may use r0 and addi
...
is one of those funny instructions that treats r0 == 0 when used as the
first arg.
Fixes problems on ibm4xx. Ok'd by matt@.
2005-01-23 00:23:57 +00:00
chs
70e6d93136
bring back the sun3 MAXPHYS definition that has been missing for 8 years.
...
more recently, we changed to relying on MAXPHYS rather than MAXBSIZE to
limit page cache I/O sizes, and sun3 has been broken since then.
2005-01-22 17:13:14 +00:00
hamajima
8c1ec034b0
Add Sony PlayStation2 EyeToy.
2005-01-22 16:38:55 +00:00
chs
10b1a7be5e
de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
2005-01-22 15:36:09 +00:00
tsutsui
ec0d5b6338
Use TAILQ_* macro.
2005-01-22 11:08:18 +00:00
tsutsui
7310abde32
Make all intr_mask value types uint32_t rather than int, u_int,
...
or unsigned etc.
2005-01-22 08:43:02 +00:00
tsutsui
a510ad6a78
More ansify and KNF.
2005-01-22 07:56:28 +00:00
tsutsui
66f3c84b7a
bzero -> memset
2005-01-22 07:44:33 +00:00
tsutsui
6f188aed1d
Use M_ZERO flag for malloc(9) and remove bzero(9).
2005-01-22 07:44:08 +00:00
tsutsui
7fe2a5a003
- remove __P()
...
- use ANSI function decls
- u_intNN_t -> uintNN_t
- some KNF
2005-01-22 07:35:33 +00:00
cube
d76d637295
s/PF_LINK/AF_LINK/ because that way it makes sense.
2005-01-22 07:33:56 +00:00
tsutsui
a8633fb248
Unload xfer dmamap in asc_dma_stop().
2005-01-22 07:32:05 +00:00
snj
ff3f288f8c
Bump date for last and kill an unnecessary Pa.
2005-01-22 05:18:01 +00:00
snj
93539909dd
Kill unnecessary use of Pa; sort sections and xrefs.
2005-01-22 05:10:42 +00:00
briggs
d01fdd733e
Put the headers in a more standard order with machine-specific and
...
dev/bus-specific headers after the sys and net headers. This allows
it to actually compile on macppc, among other things.
2005-01-22 04:34:22 +00:00
briggs
4f5a65141c
Add sem.4
2005-01-22 03:35:38 +00:00
briggs
3ea9d17cf2
Document option P1003_1B_SEMAPHORE
2005-01-22 03:34:44 +00:00
briggs
cca875f847
Add sem.4 from FreeBSD.
2005-01-22 03:34:08 +00:00
briggs
a665897c6f
Bring in sem_open (& sem_close & sem_unlink) man page from FreeBSD.
...
These functions are actually implemented, but the old man page said that
they simply returned with errors--it was apparently out of date at the
time of import.
2005-01-22 03:16:33 +00:00
oster
c18a242754
Torch some #define's missed in last commit.
2005-01-22 02:24:31 +00:00
oster
3140947870
Reconstruction Descriptors are only allocated once per reconstruction,
...
and don't need their own pool or freelist or anything fancier than a
malloc/free.
2005-01-22 02:22:44 +00:00
oki
50d1aadd13
kill __P.
2005-01-22 01:36:59 +00:00
dyoung
89e3661699
Bug fix: when encapsulating 802.11 data packets, always copy the
...
BSS node's BSSID into the frame header. It is incorrect to copy
in the neighbor's BSSID because it may be out of date following an
IBSS merge.
2005-01-21 22:57:30 +00:00
rumble
4263db1a02
"is implement" -> "is implemented"
2005-01-21 21:14:06 +00:00
imp
babfd80c55
Update to using new INTERSIL names, plus a couple generic entries from FreeBSD
2005-01-21 20:27:03 +00:00
imp
fcc7589129
Replace NETGEAR_2 with INTERSIL to reflect who actually owns the ID. Add some IDs from FreeBSD
2005-01-21 20:26:09 +00:00
dsl
3b8851c887
Check for *ptr == 0, not ptr == NULL twice when validating -s xxxxx in tar mode.
...
Fixes PR bin/29040
Also actually report an error to the tty if NET2_REGEX is defined.
2005-01-21 20:23:44 +00:00
shige
9704ef243d
Add consinit() and md_consinit funcptr to ibm4xx/machdep.c.
...
Rename consinit() to obs405_consinit() at evbppc/obs405/consinit.c.
Set md_consinit to obs405_consinit() at initppc().
Consinit fuction calls a function stored at md_consinit pointer.
2005-01-21 19:24:11 +00:00
dsl
102f557a3b
Ensure we only remove the size of /usr from that of / once.
...
Fixes PR install/28568
2005-01-21 17:02:40 +00:00
drochner
f270039c2c
don't need signal trampolin version 1 if we just do COMPAT_OSF1
2005-01-21 15:50:42 +00:00
yamt
389f0f7cb8
note that loopback mount is a bad idea.
2005-01-21 15:49:43 +00:00
simonb
3df401ce77
Set up last segment descriptor to send an interrupt after that
...
descriptor is transmitted, and bypass existing Tx descriptor reaping
method (for now...).
Fixes problems with bad NFS write performance.
2005-01-21 15:19:09 +00:00
simonb
b4e4cddd17
In emac_txeob_intr():
...
- return 1 if we processed any completed tx packets.
- try to get more packets going by calling emac_start().
2005-01-21 15:15:20 +00:00
wiz
959a1400b9
Remove duplicate description for -d. From Chris Ross in PR 29035.
2005-01-21 15:10:16 +00:00
wiz
dfc541e78d
Add sparc64 to .Dt.
2005-01-21 15:06:17 +00:00
wiz
294254d9fa
Add pmppc to .Dt.
2005-01-21 15:05:52 +00:00
wiz
965aec6312
Add macppc to .Dt.
2005-01-21 15:05:18 +00:00