| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"time" wasn't a atomic variable, so splfoo() protection were needed
around any access to it, unless you just wanted the seconds part.
Most uses of time.tv_sec now uses the new variable time_second instead.
gettime() changed to getmicrotime(0.
Remove a couple of unneeded splfoo() protections, the new getmicrotime()
is atomic, (until Bruce sets a breakpoint in it).
A couple of places needed random data, so use read_random() instead
of mucking about with time which isn't random.
Add a new nfs_curusec() function.
Mark a couple of bogosities involving the now disappeard time variable.
Update ffs_update() to avoid the weird "== &time" checks, by fixing the
one remaining call that passwd &time as args.
Change profiling in ncr.c to use ticks instead of time. Resolution is
the same.
Add new function "tvtohz()" to avoid the bogus "splfoo(), add time, call
hzto() which subtracts time" sequences.
Reviewed by: bde
|
| |
|
| |
|
|
|
|
|
| |
PR: 6135
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
|
|
|
|
|
|
| |
bs.
Reported by: Chuck Robey
|
|
|
|
|
|
|
| |
be worth much effort. Install all i386 binutils programs in
"/usr/libexec/elf". Disable a.out support in libbfd. It's too
dangerous to leave it in. Some of the utilities think they can
handle a.out, but they generate bad object files.
|
| |
|
|
|
|
|
|
|
| |
Add "." at the end of some sentances.
Also print "flag 80" in English.
Give hint that "sysid" for FreeBSD is 165 decimal.
Ensure active partition specified by user is 1-4.
|
|
|
|
|
| |
to work properly within the softupdates framework, and thereby eliminate
some unfortunate panics.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
md5 is standard as a consequence of this.
|
| |
|
|
|
|
| |
follows links was added.
|
| |
|
|
|
|
| |
from an xterm via cut/paste. No other changes apart from whitespace.
|
|
|
|
|
|
| |
user's username when this was not specified.
Reported by: Sean Eric Fagan
|
| |
|
|
|
|
|
|
| |
not support fast interrupts.
Noticed by: bde
|
|
|
|
|
|
|
|
|
| |
These are equivalent to "fildq" and "fistpq" respectively. This
fixes the bad floating point object code that resulted after recent
changes in the compiler.
Test driven by: "Mike Burgett" <mburgett@awen.com>,
Amancio Hasty <hasty@rah.star-gate.com>
|
| |
|
|
|
|
|
|
|
| |
optional.
The kernel will now link but the new system calls can't be LKM'd in
without the P1003_1B option - I will remove this option later.
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 5102
Reviewed by: msmith
Submitted by: Dmitry Kohmanyuk <dk@farm.org>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This only affects the KERNEL case.
Don't include <sys/radix.h> twice for the KERNEL case. This fixes
a mismerge from Lite2.
Don't include <sys/radix.h> at all for the !KERNEL case. This fixes
a wrong cleanup in Lite2.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
_KPOSIX_PRIORITY_SCHEDULING options to work. Changes:
Change all "posix4" to "p1003_1b". Misnamed files are left
as "posix4" until I'm told if I can simply delete them and add
new ones;
Add _POSIX_PRIORITY_SCHEDULING system calls for FreeBSD and Linux;
Add man pages for _POSIX_PRIORITY_SCHEDULING system calls;
Add options to LINT;
Minor fixes to P1003_1B code during testing.
|
|
|
|
| |
used.
|
| |
|
|
|
|
| |
not by including <sys/mount.h> and depending on namespace pollution in it.
|
|
|
|
| |
on a different volume.
|
|
|
|
| |
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ESCAPE and `~ are swapped
CTRL and CAPS LOCK are swapped
BACKSPACE and DELETE are swapped
Suitable for keymap=us.unix in your rc.conf file or for setting on the
fly with kbdcontrol -l us.unix. This is the keyboard layout of many of
the more traditional unix workstations and terminals that have been around
for a very long time. Older Sun keyboards and VT100's had a layout
very similar to the PC, with the above exceptions.
Idea Reviewed by: Many people in -hackers
|
|
|
|
| |
Submitted by: Warner Losh <imp@village.org>
|
|
|
|
|
|
|
|
|
|
| |
all the LKM load/unload junk, and don't forget to register the SYSINIT
so that the cdevsw entry is attached.
BTW: I think the way it builds it's /dev nodes on the fly as an LKM with
vnode ops is kinda cute - I guess that'd be one way to solve the devfs
persistance problems.. :-) (ie: have the drivers make the nodes in /dev
on disk directly if they are missing, but leave them alone if present).
|
| |
|
|
|
|
|
|
| |
pulls the rug out from underneath itself.
Obtained from: wollman (a few months ago, I've been using this for ages)
|
|
|
|
|
|
|
| |
softdep mode could only be activated on the initial mount of a filesystem
and then only if it was a read-write mount. A 'mount -r' (as done in the
rootfs mount) followed by a 'mount -u' to convert to read-write didn't
start softdep mode.
|
|
|
|
| |
new ones that we generate.
|
|
|
|
|
|
| |
new ones that we generate. We used to always mix the old header with
the new .cc file. This worked because Cygnus's yacc is surprisingly
compatible with our yacc.
|
|
|
|
| |
or if the fs isn't keeping the stats..
|
|
|
|
|
|
|
|
| |
Synchronize the kernel and libmd versions of md5c.c
PR: misc/6127
Reviewed by: phk
Submitted by: Ari Suutari <ari@suutari.iki.fi>
|
|
|
|
| |
B_MALLOC buffers might not have been properly zeroed.
|
|
|
|
|
|
| |
The initial/lock devices for cua are owned by uucp.dialer as well.
Also, remove redundant chmod on si_control
|