mux
d9d0d52024
Convert mount_unionfs(8) to nmount.
2002-05-24 00:45:37 +00:00
mux
5c06c9fc88
Convert unionfs to nmount.
2002-05-24 00:44:44 +00:00
arr
0239286d2c
- Remove a few storage pools and replace them with UMA zones. The spans
...
code is now storage pool free, so I believe this only leaves the uni
base not cleaned.
2002-05-24 00:39:58 +00:00
arr
d756e3ff88
- Turn a couple of storage pools into UMA zones and their associated calls
...
to the appropriate UMA api calls.
2002-05-24 00:38:25 +00:00
mux
52bc2e2b22
Fix comments.
2002-05-24 00:16:13 +00:00
jake
d6dcf86c81
Generate the normal asm stubs for all sysv system calls. Use these instead
...
of C wrappers for the *sys indirect system calls. The indirect system calls
are horribly broken on sparc64.
Submitted by: tmm
2002-05-23 23:51:57 +00:00
mux
334d1908ec
Style nit, no functional changes.
2002-05-23 23:22:22 +00:00
arr
13ab9fa614
- Fix uma_zcreate parameters -- don't pass M_* flags here, doh.
2002-05-23 23:21:00 +00:00
mux
08e353de29
Update comments to better match reality.
2002-05-23 23:18:25 +00:00
mux
92d62e0eba
Make mount_nullfs(8) use nmount(2) rather than mount(2) now
...
that nullfs has been converted to nmount.
2002-05-23 23:08:27 +00:00
mux
ae75686d45
Convert nullfs to nmount.
2002-05-23 23:07:27 +00:00
mux
67080508a8
Slightly change the way we pass mount options to the filesystem
...
VFS_NMOUNT operations.
Reviewed by: phk
2002-05-23 23:02:19 +00:00
des
617cfa745a
Just to show that PAM can do almost anything from the ridiculous to the
...
obscene, or - as they say in New York - sophisticated, add pam_echo(8) and
pam_exec(8) to our ever-lengthening roster of PAM modules.
Sponsored by: DARPA, NAI Labs.
2002-05-23 22:03:06 +00:00
mike
b0b9b58ef8
o Conditionalize sections for POSIX.1-2001 compatibility.
...
o Use POSIX spelling for types, where possible.
o Define size_t in the __BSD_VISIBLE case (this isn't really needed
for standards conformance, but follows the tradition of not
requiring <sys/types.h> as a prerequisite).
o Use _BYTE_ORDER and friends instead of BYTE_ORDER and friends, since
there may not be enough pollution in order for the latter to work.
o Add an XXX note about the missing IPPROTO_IPV6 macro.
2002-05-23 18:48:27 +00:00
markm
bc01111920
ANSIfy variable-argument macros.
2002-05-23 18:26:23 +00:00
fanf
977ef0bf3c
Sync with upstream version:
...
* Ensure we work within the array bounds when parsing command-line options;
* Replace h0h0getopt with getopt(3);
* Use consistent whitespace style in the function declarations.
Revieweded by: dwmalone (mentor)
2002-05-23 16:50:41 +00:00
ume
a58ed55860
In m_aux_delete, no need to chase beyond victim.
...
Submitted by: archie
Obtained from: KAME
2002-05-23 15:59:48 +00:00
des
df83130b9c
Un-kmemize. Portions of the tty mode code have been temporarily disabled;
...
everything else, including dead kernel support, works just like before.
Sponsored by: DARPA, NAI Labs
2002-05-23 15:09:49 +00:00
jmallett
408260d79e
Handle numeric keys by checking a "default" file. Handle number-less keys
...
by failing, since comparing up to the length of the key (0) against the
begin line for a key in the help file will always succeed, and print what
is wholly bogus output.
2002-05-23 14:58:22 +00:00
des
530e4f719b
Nits in previous commits.
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:58:07 +00:00
des
4cbec75e55
Cull large amounts of dead code (deprecated since 1997)
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:53:04 +00:00
des
041a682317
ANSIfy.
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:48:25 +00:00
des
1fc7e0f0ed
Staticize.
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:44:23 +00:00
des
dbc631f550
Whitespace cleanup.
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:42:17 +00:00
des
ab841e31f2
Unbreak tty mode (cons was renamed to constty a while ago)
...
Sponsored by: DARPA, NAI Labs
2002-05-23 14:41:52 +00:00
robert
6131a2e28e
Avoid wandering over the beginning of the actual buffer
...
if the passed template string contains only 'X' characters.
Submitted by: Mark Andrews <marka@isc.org> (patch modified)
PR: 38402
2002-05-23 14:21:02 +00:00
nyan
2354de18fe
Removed the ch, sa and ses devices from 'SMALL' boot floppy image.
2002-05-23 14:15:48 +00:00
roberto
9ace91bc72
load_env(), the function that attempts to parse a crontab
...
line as an environment variable assignment, is broken
and not conformant to its description in the manual page.
I think it is worthwhile to have that fix in 4.6.
PR: bin/38374
Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
MFC after: 2 days
2002-05-23 13:16:30 +00:00
markm
59fca5c21d
Whitespace only; fix indentation.
2002-05-23 12:09:14 +00:00
jmallett
64477eb2ea
Set the MAKEFILE variable to the value passed to ReadMakefile(), not the full
...
path to it. Use the full path only for parsing it.
2002-05-23 12:01:54 +00:00
sos
43293f1c75
Dont panic if only one disk on a channel can do tagged queueing.
...
MFC: asap
2002-05-23 08:17:16 +00:00
ru
7e058286b8
This manpage is for Alpha only.
2002-05-23 07:38:51 +00:00
ru
c2119d6433
Fixed broken ``make -jX install''.
...
Spotted by: make release TARGET_ARCH=ia64
2002-05-23 07:25:01 +00:00
jhb
bd383063f6
Minor nit: get p pointer in msleep() from td->td_proc (where
...
td == curthread) rather than from curproc.
2002-05-23 04:14:18 +00:00
jhb
2d4c041eb3
Whitespace: trim a trailing tab.
2002-05-23 04:12:28 +00:00
des
2fda28e6ab
Make the counters uintmax_ts, and use %ju rather than %llu.
2002-05-23 03:08:42 +00:00
jmallett
28296cf1d3
Make my style consistent.
...
Remove two includes.
Fix a typo (semicolon instead of period at EOL).
2002-05-23 03:03:44 +00:00
des
bc5da2aaa3
Comment out extra tokens after #else and #endif.
2002-05-23 00:38:07 +00:00
joe
b4f31d6da4
Fix a panic by allocating the iface structure locally in the attach
...
function instead of in usb_probe_and_attach.
2002-05-23 00:36:14 +00:00
arr
4fe0504ac9
- Turn two more storage pools into UMA zones and make the related memory
...
allocations and frees use the UMA api.
2002-05-23 00:34:12 +00:00
joe
0da89370ad
Reflect some changes in the NetBSD code path, and sligh adjustments to ours.
...
(Non-functional changes).
2002-05-23 00:26:06 +00:00
des
edf0aad69e
Hide a couple of unguarded error returns behind the no_fail test.
...
Sponsored by: DARPA, NAI Labs
2002-05-23 00:04:14 +00:00
des
33ce52c25a
Hide a couple of unguarded error returns behind the no_fail test.
2002-05-23 00:02:59 +00:00
jmallett
f49de03759
Free old_pwd only in the code path where it has been allocated.
...
Reviewed by: des
2002-05-22 23:18:25 +00:00
jmallett
981165838b
Taking a leap of faith, tie the help command in to the build.
2002-05-22 23:15:58 +00:00
jmallett
df0fe27516
Add my PD implementation of the SCCS help command, which prints help from
...
files in the format used by SCCS, given a key. It behaves exactly like the
``proper'' SCCS help command, from what testing I can do.
2002-05-22 23:14:17 +00:00
bmah
0bfc6876ce
New release notes: asa(1), pathchk(1), sccs(1),
...
uuencode(1)/uudecode(1) base64 synonyms, ptx removal.
Modified release notes: ncurses 5.2-20020518.
2002-05-22 23:03:43 +00:00
joe
e120f8e382
Sync with NetBSD. (Non functional changes).
2002-05-22 23:01:13 +00:00
joe
1e35180095
Fix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DEFAULT_TIMEOUT
...
in a call to usbd_open_pipe_ival.
2002-05-22 22:58:38 +00:00
brian
debad274d2
Increase the maximum FSM option length to 50
2002-05-22 21:17:13 +00:00