Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-10 | Use appropriate VM_MAP constants rather than hardcoded values in | Miod Vallat | |
uvm_map_create() and uvm_km_suballoc(). | |||
2002-11-10 | sync | Nathan Binkert | |
2002-11-10 | Missed a couple | Nathan Binkert | |
2002-11-10 | some creamy filling | Michael Shalayeff | |
2002-11-10 | sync | Nathan Binkert | |
2002-11-10 | Sync devices with NetBSD | Nathan Binkert | |
2002-11-10 | regen | Michael Shalayeff | |
2002-11-10 | match on gvc np0335; form George Lewis via pr2971 | Michael Shalayeff | |
2002-11-10 | SEE ALSO reordering; pjanzen ok. | Federico G. Schwindt | |
2002-11-10 | Be more careful with illegal syscall numbers. | Artur Grabowski | |
2002-11-10 | fix logic. | Federico G. Schwindt | |
2002-11-10 | SEE ALSO corrections. millert ok. | Federico G. Schwindt | |
2002-11-10 | missing MLINKs for setresuid(2). millert ok. | Federico G. Schwindt | |
2002-11-10 | fix SEE ALSO; ho ok. | Federico G. Schwindt | |
2002-11-10 | Polish wording on fstab verbiage, and swap paragraphs so the paragraph | Kenneth R Westerback | |
descibing how the fstab will be used follows immediately after the fstab listing, and the paragraph explaining about editing the fstab comes immediately before the offer to edit the fstab. Eliminate a blank line before the question as it is now tightly related to the paragraph that precedes it. | |||
2002-11-10 | Fix makedev() so that if the device nodes are *not* created, makedev() | Kenneth R Westerback | |
returns false, and the device is *not* added to DEVSMADE. | |||
2002-11-09 | Instead of relying on uvm_useracc(), get a false sense of security, and | Miod Vallat | |
do not check copyin() result, take care and properly handle copyin() failure. This was not harmful, but a bit more correctness never harms. | |||
2002-11-09 | - make IFF_SIMPLEX only set if the media is IFM_FDX (prevents ip6 from | Federico G. Schwindt | |
seeing it's packets and thinking another machine with the same mac is on the wire when running half-duplex); from NetBSD. tested by matthieu, jason and him ok. | |||
2002-11-09 | remove unused manpages (already in libc) and reorder SEE ALSO; marc@ ok. | Federico G. Schwindt | |
2002-11-09 | Recent addition of support for http redirect requires adding '-lutil' | Kenneth R Westerback | |
to LDADD, and ${LIBUTIL} to DPADD. ok fgsch@. | |||
2002-11-09 | remove references to unexistent manpages; miod ok. | Federico G. Schwindt | |
2002-11-09 | Code cleanup, simplification and shrinkage. | Kenneth R Westerback | |
Eliminate the function get_setsdir() by merging it into install_mounted_fs(). Eliminate global SETSDIR as a result. Move the loop logic used to select the directory to use on a mounted filesystem to a 'done' style loop. i.e. loop until valid input (a directory which exists) or 'done'. 'done' implies abandoning effort to find a directory. Eliminate the test for and associated error message about no filesystems being mounted below the mount point passed to install_mounted_fs(). This served little purpose not addressed by the message generated when a non-existant directory is entered. i.e. novices won't understand and experts can '!' out to investigate. Remove the option to list mounted filesystems. Same reasons as for eliminating the test for mounted filesystems. Move repeated tests for an empty GET_FILES into the function invariably called after the tests (install_get_files()). | |||
2002-11-09 | Fix two problems: | Kenneth R Westerback | |
1) When asked to choose a device, a user could enter two identical words separated by a blank (e.g. 'a a') and thereby confuse the check for selection validity. Quote user response before using it. 2) When asked to choose a sub-timezone, the user could escape to a shell and when returning only see half the sub-timezone prompt redisplayed. Put entire prompt into ask() parameter rather than displaying first half in a separate echo -n. Also change a "(or done)" to "(or 'done')" to be consistant with other similar displays and move the initial comment for mount_a_disk() to before the function to conform to normal usage. | |||
2002-11-09 | fix a comment | Michael Shalayeff | |
2002-11-09 | need icmp6.h for MULTICAST_PMTUD case. sync w/kame | Jun-ichiro itojun Hagino | |
2002-11-09 | SEE ALSO reordering. | Federico G. Schwindt | |
2002-11-09 | yet another round of SEE ALSO fixes. | Federico G. Schwindt | |
2002-11-09 | more SEE ALSO fixes. | Federico G. Schwindt | |
2002-11-09 | only one angola independence day and another angola history day once here | Michael Shalayeff | |
2002-11-09 | no more uucp(1). | Federico G. Schwindt | |
2002-11-09 | second round to SEE ALSO fixes. | Federico G. Schwindt | |
2002-11-09 | SEE ALSO reordering and corrections. | Federico G. Schwindt | |
2002-11-09 | doh, better now. | Federico G. Schwindt | |
2002-11-09 | uucp(1) doesn't exist anymore. | Federico G. Schwindt | |
2002-11-08 | In login emulation mode use the same setusercontext() flags as | Todd C. Miller | |
login(1). Previously, setlogin() was not being done in -L mode. | |||
2002-11-08 | kill two compiler warnings; ok marc@ | Todd T. Fries | |
2002-11-08 | absolutely no need to save the fpu state before rewriting the fpu regs, just ↵ | Michael Shalayeff | |
reset the curpcb and force a reload | |||
2002-11-08 | hmm, todos seem to be unapplicable no more | Michael Shalayeff | |
2002-11-08 | a missing next kbd type | Michael Shalayeff | |
2002-11-08 | only reset the pending fpu exceptions on fork, not the rest of the fpu ↵ | Michael Shalayeff | |
status reg | |||
2002-11-08 | gotta get down into hppa too | Michael Shalayeff | |
2002-11-08 | add a radio receivers section and bktr yto the misc | Michael Shalayeff | |
2002-11-08 | bktr is leaving the i386 nest | Michael Shalayeff | |
2002-11-08 | regen | Michael Shalayeff | |
2002-11-08 | add bktr and radio | Michael Shalayeff | |
2002-11-08 | prepare for bktr on macppc (commented out in generic for now); drahn@ ok | Michael Shalayeff | |
2002-11-08 | finishdup: Avoid reference count leak in error case by reordering some code. | Artur Grabowski | |
2002-11-08 | Support for Promise PDC20275 and PDC20277. Untested. | Grigoriy Orlov | |
from grange@rt.mipt.ru | |||
2002-11-08 | Don't check IRQ assertion since this code was derived from FreeBSD | Grigoriy Orlov | |
without any documentation and breaks second channel support. Supplied and tested by grange@rt.mipt.ru. Thanks to Evgeniy Polyakov <johnpol@2ka.mipt.ru> for hardware donation. | |||
2002-11-08 | init buf to NULL just in case... | Henning Brauer | |
there isn't a single codepath where it can remain uninitialized, but this might prevent a stupid bug if we change something later |