jmcneill
89a6dc2733
Add ICH_CODEC_OFFSET definition
2005-04-11 18:25:38 +00:00
peter
271ad04cd9
Allow an underscore as first character and embedded underscores & dots
...
for login and group names.
Fixes PR misc/29913 from Arto Selonen.
2005-04-11 15:46:42 +00:00
cube
7f25e48562
Add a note into 20050325 entry that the speaker might not even play any
...
sound if you don't add an attimer(4) device, as pointed out by Steven M.
Bellovin.
2005-04-11 15:36:46 +00:00
wiz
f5d4b0a380
Remove duplicate word, from Wojciech A. Koszek in PR 29938.
2005-04-11 12:19:16 +00:00
yamt
f12efb9990
fix a bug which corrupts runqueue.
...
when dealing with events, which are handed to xenevt pseudo device,
don't call wakeup(9)/selnotify(9) at too high IPL. PR/29792.
2005-04-11 12:10:31 +00:00
jmcneill
cc976626a7
i82801CA is an ICH3, not ICH2. Fix typo in auich_modem_devices. Pointed out
...
by Nicolas Joly.
2005-04-11 11:20:45 +00:00
yamt
108d62f302
xencons_start: retry when queue is full.
2005-04-11 10:48:14 +00:00
enami
fa07a48b77
Don't put a space before function call operator.
2005-04-11 10:39:06 +00:00
enami
e61e3e0913
byte offset and line count shouldn't be initialized inside the loop.
2005-04-11 09:41:02 +00:00
enami
168f415563
Fix indent and wrap long lines.
2005-04-11 09:40:15 +00:00
yamt
e73431068c
don't stamp soft interrupts.
2005-04-11 09:24:04 +00:00
perseant
8d71ddbc4d
Ensure that "align" is a power of two before passing it as an argument
...
to uvm_map(). Approved by pk@.
2005-04-11 05:56:11 +00:00
lukem
b7856deff5
typo in previous
2005-04-11 05:47:56 +00:00
matt
2d8931a849
Fix mode printing. (don't panic on unmatched devices)
2005-04-11 04:24:54 +00:00
lukem
a2fc7ddaf6
gratuitous whitespace cleanup (before someone else jumps the gun...)
2005-04-11 01:49:31 +00:00
lukem
50ff8d4548
Implement a timeout on the accept(2) in dataconn() and the
...
connect(2) in xconnect() by temporarily setting O_NONBLOCK
on the socket and using xpoll() to wait for the operation
to succeed.
The timeout used is the '-q quittime' argument (defaults to
60s for accept(2), and the system default for connect(2)).
Idea inspired by discussion with Chuck Cranor.
This may (indirectly) fix various problems with timeouts
in active mode through broken firewalls.
Implement xpoll() as a wrapper around poll(2), to make it
easier to replace on systems without a functional poll(2).
Unconditionally use xpoll() instead of conditionally using
select(2) or poll(2).
2005-04-11 01:43:31 +00:00
perry
47e0ea84da
change a set of spaces to " \t"
2005-04-10 23:02:01 +00:00
manu
5a6c417352
Resurrect TCP-MD5 support. This fixes bin/29915
2005-04-10 21:20:55 +00:00
itohy
34088139ab
The definition of IRFRAMEDISC (10) is incorrect since the value is dynamic.
...
The *DISC definition is only for backward compatibility with deprecated
TIOC[GS]ETD ioctls, and not needed for new TIOC[GS]LINED ioctls.
The value of IRFRAMEDISC has never been correct, so we don't have any
compatibility to be kept.
Just remove the IRFRAMEDISC defintion.
2005-04-10 14:28:11 +00:00
christos
857a611be2
s/getpwnam/sgetpwnam/ Found by John Nemeth.
2005-04-10 08:21:36 +00:00
christos
c4402ab05e
Use getpwnam_r; from John Nemeth
2005-04-10 08:05:40 +00:00
tron
7b5f51876d
Comment out options for PPP compression and active filtering. They are not
...
necessary in an installation kernel but increase the size considerably.
This fixes PR port-amd64/29928.
2005-04-10 07:53:06 +00:00
lukem
ec95ee57f7
In fetch_url(), don't call freeaddrinfo(res0) too early, as we use pointers
...
to its contents later in the function.
Problem found by Onno van der Linden.
2005-04-10 03:13:23 +00:00
nakayama
78fc87188c
Add "skey" tag to pam_skey.[08].
2005-04-10 02:48:45 +00:00
christos
382db3eda9
Use getpwnam_r. From john nemeth.
2005-04-09 22:43:51 +00:00
matt
38b7b2fcde
Merge updates to algorithms from i386 switch code.
2005-04-09 20:53:19 +00:00
matt
7fa678813d
Add STACKSPACE
2005-04-09 20:50:27 +00:00
matt
e722e50c79
Rework and cleanup. Don't use REI, fake a call frame instead.
2005-04-09 20:49:02 +00:00
matt
17a5fd3419
Start the args after the argc. Return to resumecontext after the entry mask.
2005-04-09 20:46:56 +00:00
matt
246a055522
Remove upcall trampoline. We don't need it anymore.
2005-04-09 20:44:56 +00:00
matt
a557cac030
Rework cpu_upcall. Actually build a stack frame and argument list and
...
don't use a trampoline.
2005-04-09 20:44:24 +00:00
christos
2f3bdfce80
Don't ignore SIGCHLD, because we are not going to get kqueue notifications
...
about it if we do.
2005-04-09 20:14:55 +00:00
tron
d1aaf206df
We don't need to link hardware independent X11 servers with the "i386"
...
library under NetBSD-i386.
2005-04-09 18:00:01 +00:00
jschauma
0351658cc8
Some improvements and fixes.
...
From Mirko Thiesen in private mail.
2005-04-09 17:24:43 +00:00
christos
92987fed44
Reset SIGCHLD handler if it is ignored, and clear the P_CLDSIGIGN bit. It
...
does not make sense to inherit this across execs. From FreeBSD.
2005-04-09 16:07:52 +00:00
dsl
6b5922eb36
WARNS=3 seems to work for me
2005-04-09 13:13:32 +00:00
dsl
52375ca1f4
If the user removed the default string (after we had put it into the buffer
...
area - rather than in []), then don't reinstate it on exit
2005-04-09 13:12:31 +00:00
tron
e84fd6c37d
Comment out some wscons(4) options which are only required to run a
...
X11 server.
2005-04-09 13:07:23 +00:00
dsl
0f5f503c2e
Use std form for a multi-line comment
2005-04-09 13:04:35 +00:00
dsl
b90eeeef12
Report when we link a program into xxx.ro (before being crunched)
2005-04-09 13:00:53 +00:00
dsl
8386db0625
Change some integral types, long => clock_t.
...
IIRC this stops some warnings on 64bit systems
2005-04-09 12:52:54 +00:00
dsl
6d9a96dfb2
KNF
2005-04-09 12:48:58 +00:00
yamt
66013b128b
alloc_cpuinfo_global_va: don't bother to specify alignment to uvm_map.
...
we'll do a partial unmap dance later anyway. PR/29924.
2005-04-09 07:16:38 +00:00
atatat
e45456b0af
Remove the date from the generated resolv.conf file, since changes to
...
this file are tracked by /etc/security, making it (the backup) get
needlessly updated when you go to and from work every day.
2005-04-09 02:14:52 +00:00
atatat
26201c11b4
If the passwd entry is not found for a lastlog entry, cons up a fake
...
struct passwd where pw_name is the numeric uid in parentheses.
If -n is specified more than once, also print the user numerically
(ie, uid instead of username).
2005-04-09 02:13:20 +00:00
atatat
04274e4899
Don't allow the command length to mess up the formatting
2005-04-09 02:10:27 +00:00
atatat
3e171f3338
Add CompUSA USBKR100 to the list of the supported adapters
2005-04-09 02:06:53 +00:00
atatat
a9321bb19a
Add the 'A' and 'P' format specifiers which use getaddrinfo(3) to turn
...
numbers into names (if possible). Also add the '?' format modifier
that elides the "N/A" if that's what you would normally get.
2005-04-09 02:05:47 +00:00
atatat
7f2367785b
Mention that the number after CTL_NET is "usually the protocol", but
...
may not be (see net.bpf).
2005-04-09 02:03:36 +00:00
atatat
1d1f5d461b
Don't assume /usr/games; use the same path as what rot13 was found at
...
to run caesar.
2005-04-09 02:02:15 +00:00