Joseph Koshy
68bf8f9eea
Spelling fixes.
...
Submitted by: Josh Gilliam <josh@quick.net>
PR: 6880
1998-06-08 06:12:02 +00:00
Bruce Evans
42ef2606c3
ip_fil.h has 9 separate declarations of iplioctl() in a disgusting
...
ifdef tangle. The previous commit to ip_fil.h didn't change the
one that actually applies to the current FreeBSD kernel, of course.
Fixed.
Fixed style bugs in previous commit to ip_fil.h.
1998-06-08 06:04:12 +00:00
Joseph Koshy
5a41edb419
Reword to remove confusion between su(1)'s "-c" option and that of the shell
...
being invoked. Add example that clarifies usage of "-c".
PR: 6859
1998-06-08 05:29:51 +00:00
John Dyson
7ebee558ec
Disable attempted write combining support. This probably
...
causes more trouble than help (for now.)
1998-06-08 04:07:51 +00:00
Bruce Evans
ceeea6b9dd
Fixed an ioctl which grew overnight.
1998-06-08 02:43:12 +00:00
Bruce Evans
d85b9b2c4a
Backed out previous commit, which just consisted of a 1-byte editing
...
error.
1998-06-08 02:15:37 +00:00
Bruce Evans
8fe48b7aed
Fixed missing ifdefs and disordering in previous commit.
1998-06-08 02:12:19 +00:00
Bruce Evans
4204c166b4
Fixed ifdef bogotification in previous commit.
1998-06-08 02:11:19 +00:00
Daniel O'Callaghan
20d3783ac9
Fix typo: exit -> exist
1998-06-08 02:00:45 +00:00
John Polstra
72ac7e4d66
Speed up the cleaning of CHROOTDIR by almost a factor of two, by
...
replacing two monstrous file tree walks with one monstrous tree walk
and two miniscule ones.
1998-06-07 21:53:01 +00:00
Poul-Henning Kamp
48115288df
Add a member function more to the timecounters, this one is for use
...
with latch based PPS implementations. The client that uses it will
be committed after more testing.
1998-06-07 20:36:55 +00:00
Doug Rabson
d287aa098c
Fix another DEVFS/SLICE ioctl.
1998-06-07 20:10:53 +00:00
Poul-Henning Kamp
8afeddf0a8
This is a prototype implementation of the draft-mogul-pps-api-##.txt
...
paper.
It will be updated along with the draft and possible subsequent
standard.
The ppbus based pps driver is updated to implement this API.
1998-06-07 19:44:22 +00:00
Doug Rabson
498b291e26
Fix some more ioctls which I missed becausese they were hidden by options
...
which were not in LINT.
1998-06-07 19:40:41 +00:00
Søren Schmidt
c698d2b0d1
Fix the retyping of the ioctl cmd parm from int to u_long.
1998-06-07 18:44:03 +00:00
Wolfram Schneider
5b496c24c1
Always ask for homedir.
...
PR: 6754
Submitted by: uhlar@netlab.sk
1998-06-07 18:38:32 +00:00
Doug Rabson
ecbb00a262
This commit fixes various 64bit portability problems required for
...
FreeBSD/alpha. The most significant item is to change the command
argument to ioctl functions from int to u_long. This change brings us
inline with various other BSD versions. Driver writers may like to
use (__FreeBSD_version == 300003) to detect this change.
The prototype FreeBSD/alpha machdep will follow in a couple of days
time.
1998-06-07 17:13:14 +00:00
Brian Somers
37a8b7dcb8
Fix previous commit. bit 1 is the execute bit, not the read bit *blush*
...
ie, BINMODE=4551 -> BINMODE=4554
Pointed out by: Bruce Evans <bde@zeta.org.au>
1998-06-07 17:08:42 +00:00
Peter Hawkins
ce4a641c8b
PR: docs/3636
...
Submitted by: Gary Palmer gpalmer@FreeBSD.ORG
Add mention of the 1024-character line length limit on the netgroup database.
1998-06-07 15:08:50 +00:00
Poul-Henning Kamp
85a2cb8e57
Sigh, all good words are reserved words these days...
...
s/private/priv/
Noticed by: sos
1998-06-07 14:14:39 +00:00
Bruce Evans
871e837825
Added a used include (in ifdefed code).
1998-06-07 12:02:59 +00:00
Bruce Evans
57d05a62d1
Fixed pedantic semantics errors (bitfields not of type int, signed int
...
or unsigned int).
1998-06-07 12:00:13 +00:00
Bruce Evans
35b88f573a
Fixed pedantic syntax errors caused by a trailing semicolon in a macro
...
definition.
1998-06-07 11:52:17 +00:00
Bruce Evans
9399d2c5ad
Null change. Forgot to mention in previous log message that MNT_NOATIME
...
is now ignored for special files, so that mounting root with option
noatime doesn't break reporting of idle times in programs like `w'.
The problem of execessive disk updates just to stamp atimes will be
handled for special files by only writing atimes to disk when inodes
become active. This works well because special files are relatively
uncommon and their atimes are even more disposable at panic time than
regular files' atimes.
1998-06-07 11:04:26 +00:00
Søren Schmidt
f55eda8752
Compile mtree before it is used, this is a hack, but make world has
...
failed since new functionality was introduced in mtree.
1998-06-07 10:50:28 +00:00
Bruce Evans
12f66dd32f
Fixed some longstanding timestamp bugs:
...
1. mark atimes and mtimes of special files and fifos for update upon
successful completion of non-null i/o, not at the beginning of the
syscall.
2. never update file times for readonly filesystems. They were updated
for stats and closes but not for syncs. The updates were of course
only in-core and were thrown away when the inode was uncached, so
the times sometimes appeared to go backwards.
Improved comments in code related to (1) (mostly by removing them).
Unmacroized ITIMES(). The test in (2) bloated it even more. Don't
call getmicrotime() in the function version of it when we only need
the time in seconds.
1998-06-07 10:49:18 +00:00
KATO Takenori
4b71df3705
Sync with sys/i386/isa/clock.c revision 1.122.
1998-06-07 09:51:08 +00:00
Poul-Henning Kamp
dbb3475507
Add a "this" style argument and a "void *private" so timecounters can
...
figure out which instance to wount with.
1998-06-07 08:40:53 +00:00
Brian Somers
c22130cd33
Use a relative libalias.so name (hardcoded at 2.5 - yeuch!).
1998-06-07 03:54:41 +00:00
Brian Somers
32b8743969
Search for libraries in dlopen() when the specified path
...
contains no ``/''s.
Elf already searches it seems.
Mostly submitted by: Mike Smith <mike@smith.net.au>
1998-06-07 03:53:08 +00:00
Brian Somers
a2b023b187
Make ppp world-readable so that root can get at it over
...
NFS when nobody isn't in group network :-)
Pointed out by: Bruce Evans <bde@zeta.org.au>
1998-06-07 00:16:57 +00:00
Brian Somers
7155510852
Update the write descriptor selection set for our data links
...
*after* shuffling fragments from the IP queue into the
individual link queues.
This fixes a latency problem pointed out by: Bruce Evans <bde@zeta.org.au>
1998-06-07 00:16:37 +00:00
John Birrell
fa05a94c42
Fix an alignment problem on alpha by doing a bytewise copy.
1998-06-06 23:33:28 +00:00
Brian Somers
1c16aba2c7
Make ``set ? log'' more verbose.
...
Suggested by: Paul Dufresne <dufrp@oricom.ca>
1998-06-06 23:00:33 +00:00
Brian Somers
b5ce85fe32
Don't call PunchFWHole() ifdef NO_FW_PUNCH
...
Pointed out by: "Steve Sims" <SimsS@IBM.Net>
1998-06-06 21:52:37 +00:00
Julian Elischer
b876049334
Make sure the default value of a dummy variable is 0
...
so that it doesn't do anything.
1998-06-06 21:49:17 +00:00
Brian Somers
da66dd135a
Put the correct pid in /var/run/tunX.pid
...
Suggested by: many
1998-06-06 20:50:57 +00:00
Julian Elischer
3ed81d03b3
Fix wrong data type for a pointer.
1998-06-06 20:45:28 +00:00
Julian Elischer
c977d4c735
clean up the changes made to ipfw over the last weeks
...
(should make the ipfw lkm work again)
1998-06-06 19:39:10 +00:00
Steve Price
e110cb41dd
Fix this so that it compiles in the !__STDC__ case.
...
Also be consistent about usage of #if ...
Pointed out by: bde
1998-06-06 18:52:43 +00:00
Steve Price
810e1311d2
keymap -> key_map so that the kernel will compile with
...
-DESKEYMAP.
PR: 6864
Submitted by: Javier Rueda <jmrueda@diatel.upm.es>
1998-06-06 17:45:11 +00:00
Peter Hawkins
5051cf775a
PR: docs/5986
...
Submitted by: MITSUNAGA Noriaki mitchy@er.ams.eng.osaka-u.ac.jp
Replace use of obsolete .q groff macro with .Dq
1998-06-06 15:37:23 +00:00
Peter Hawkins
504986d33e
PR: docs/5628
...
Submitted by: MITSUNAGA Noriaki mitchy@er.ams.eng.osaka-u.ac.jp
Correct formatting error in display of the "-i size" option description section.
1998-06-06 15:16:02 +00:00
Jun Kuriyama
9028df4c8e
Sync PATH variable with 'dot.login'.
...
I think here is not my area so feel free to back this out when any
troubles are happened.
Pointed out by: IIJIMA Akihiro <aki@noc.titech.ac.jp>
1998-06-06 15:01:46 +00:00
John Birrell
2d8a580416
Add a warning message for a thread locking against itself. This is
...
not supposed to happen, but I have seen bogus g++ code that causes
it.
1998-06-06 07:27:06 +00:00
John Birrell
c6831395f4
Simplify the handling of thread specific data. Only track if a key
...
is allocated or not, rather than keeping a count and attempting to
know it it is in-use. POSIX says that once a key is deleted, using the
key again results in undefined behaviour.
1998-06-06 07:24:24 +00:00
John Birrell
c359f976b4
Re-design the thread specific key structure.
1998-06-06 07:20:23 +00:00
John Birrell
f24f28e28c
named-xfer can't be linked static due to the duplicated symbols in
...
libc and libbind.
rpc.rstatd required libkvm.
Only try to build these on i386 for the time being.
1998-06-06 07:09:01 +00:00
John Birrell
717d1611f4
I got the last commit back to front.
1998-06-06 07:02:27 +00:00
Joseph Koshy
9c727d2ca9
Spelling corrections.
...
PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-06 05:50:53 +00:00