christos
3b17cac319
Make at_ifawithnet take an ifnet arg instead of an ifaddr. Suggested by
...
Ignatios.
1997-04-03 18:38:21 +00:00
kleink
8cfa44e947
Change O_NOCTTY from 0 to 0x8000; this is already BSD default
...
behavior, but POSIX.1 and the COMPAT_{LINUX,SVR4} code require
it to be distinct from other oflag values.
1997-04-03 17:51:47 +00:00
christos
eb6be97252
Add netatalk netisr
1997-04-03 17:49:08 +00:00
christos
738cdfd351
Add netatalk netisr
1997-04-03 17:35:56 +00:00
christos
ad36b6970e
Add netatalk netisr
1997-04-03 17:25:18 +00:00
christos
dcb36500b8
Add netatalk netisr
1997-04-03 17:14:39 +00:00
christos
6c015f3a49
Add netatalk netisr
1997-04-03 15:59:54 +00:00
christos
8913266731
PR/3445: NAKAJIMA Yoshihiro: Typo fix
1997-04-03 15:28:06 +00:00
christos
c5257947c7
PR/3444: Erik Bertelsen: Eliminate warnings when -UINET
1997-04-03 15:25:20 +00:00
kleink
080aeda54f
WERASE, REPRINT, STATUS and DSUSP are extensions to the POSIX.1 GTI
...
set of special characters: recognize them only if IEXTEN is set.
1997-04-03 14:24:45 +00:00
kleink
47f9ae0ae6
mountd was moved to /usr/sbin ; pointed out by Thorsten Frueauf.
1997-04-03 11:00:16 +00:00
mikel
8e4e532ceb
include magdir/386bsd in MAGFILES; from Alan Barrett in PR misc/3422.
1997-04-03 07:17:24 +00:00
mikel
e5159ae768
use correct source path; from Jeff Thieleke in PR bin/3414.
1997-04-03 07:13:31 +00:00
mikel
43ba9b9b69
don't allow override of all: target
1997-04-03 06:53:18 +00:00
mikel
9d6bac5230
fix misplaced parens in sizeof exprs; from Simon Burge in PR bin/3427.
1997-04-03 06:14:37 +00:00
mikel
53704bc733
erase old Xs when printing new ones for swap usage; from Paul Boven in
...
PR bin/3431 with some changes by me.
1997-04-03 06:07:40 +00:00
christos
c3a7122e73
- netatalk additions
...
- printf format fixes
- minor prototype cleanups
1997-04-03 04:46:44 +00:00
christos
d9349e61e1
- Add netatalk bits
...
- Add prototypes
- Fix printf formats
1997-04-03 02:35:46 +00:00
christos
8e9ba6bac6
- netatalk additions
...
- KNF
- prototype fixes
- ifconfig -a now prints all the address family parameters for all configured
interfaces.
1997-04-03 02:07:58 +00:00
cgd
c492daaa6e
fix ... potentially fatal typo (s/unix/unit/)
1997-04-03 00:57:03 +00:00
kleink
2dcebb6f16
Add STRIPDISC to the list of line disciplines.
1997-04-03 00:56:29 +00:00
kleink
b27b6da672
It's STRIPDISC, not STRIPIPDISC.
1997-04-03 00:54:19 +00:00
perry
e32bb7d002
fix bad size calculation for kernel memory mappings, as in when
...
allocating 1 byte from a page alligned address.
reported (with fix) in pr-3441 from Matthias Drochner
1997-04-02 23:44:44 +00:00
scottr
aa88a240fe
Fix printf() and other warnings when compiled with DEBUG defined.
1997-04-02 22:37:21 +00:00
christos
206e950042
Add netatalk netisr
1997-04-02 21:59:02 +00:00
christos
e0443987e7
Add netatalk netisr
1997-04-02 21:48:55 +00:00
christos
8af1def782
move atintr prototype to the header file.
1997-04-02 21:47:01 +00:00
christos
55e1055dc3
Add netatalk glue
1997-04-02 21:34:11 +00:00
christos
5bf5cd24de
Appletalk networking stack. Code based on netatalk release beta-970220
...
from toccata.fugue.com. Ported to netbsd by Bill Studenmund.
Changes:
- KNF
- remove endian.h
- adapt to the new arp code.
- fix small biff's with spl/splx.
1997-04-02 21:31:01 +00:00
christos
0b1d82fb18
Add netatalk stubs.
1997-04-02 21:23:26 +00:00
christos
964633009c
Sync with Lite2.
1997-04-02 21:17:28 +00:00
christos
ff9686fd79
Add netatalk
1997-04-02 21:14:29 +00:00
pk
0b0b9b7777
Off by 1 in PMEG comparison.
1997-04-02 21:07:03 +00:00
pk
332d00ad1d
Take another register snapshot at the end of dumpsys() to refresh the PCB
...
which may have been altered while writing the dump. Also, save PC in
the PCB.
1997-04-02 20:56:28 +00:00
leo
ff152e48d5
The atari-TT really has no IDE-interface.
1997-04-02 20:33:10 +00:00
kleink
64f12ae12a
Moved the `unlocking a lock-free inode' shortcut behind
...
the l_whence and starting offset sanity checks.
1997-04-02 18:42:46 +00:00
kleink
5610f6e774
Like in F_SETLK, check if F_GETLK is actually called with a
...
valid lock type.
1997-04-02 18:22:32 +00:00
kleink
8c04785710
Remove superfluous (uio_resid == 0) check.
1997-04-02 17:14:32 +00:00
oki
ecae3f3421
Add bits[64] declaration
1997-04-02 17:10:41 +00:00
kleink
c1779f82c3
added advisory record locking support
1997-04-02 17:09:47 +00:00
matthias
b7624c248a
* Add missing & in plipioctl.
...
* Remove some dead code in plipioctl.
* Use splnet, not splimp to protect IF_PREPEND/IF_DEQUEUE.
1997-04-02 16:36:25 +00:00
christos
8e5e5d1667
Fix reverse test in O_NOCTTY; pointed out by Klaus Klein
1997-04-02 15:29:18 +00:00
kleink
f87eccf5b4
RCSid police
1997-04-02 12:50:23 +00:00
augustss
525bca97ff
Make ping obey the -n flag in places.
1997-04-02 09:22:01 +00:00
perry
3deb2910ff
Add /var/log/authlog and /var/log/xferlog.
...
The permissions and especially ownerships of all the /var/log files
should be re-examined -- bin:bin really isn't right for these files.
1997-04-02 05:23:49 +00:00
mycroft
4df7e1dac7
Remove superfluous probe message.
1997-04-02 03:58:25 +00:00
kleink
2da2c50987
KNF glitch in last commit, pointed out by Chris G. Demetriou.
1997-04-02 03:23:01 +00:00
kleink
6b58679ffa
Implement OCRNL "\r" -> "\n" tty output translation.
...
Fixes PR standards/3434.
1997-04-02 03:10:51 +00:00
mycroft
6d3685ab6c
Add a SDEV_AUTOSAVE quirk for the Emulex SCSI<->ESDI bridge.
1997-04-02 02:36:02 +00:00
mycroft
aca1dae3c4
Push the buffer cleanup code into scsi_done(), and split it so that biodone()
...
is called *after* the driver `done' routine. This fixes disk I/O statistics
on SCSI devices.
Also, calling the `done' routine with a `complete' argument of 0 and actually
having it do anything meaningful loses in at least 3 ways, so just nuke the
argument altogether and don't call it this way. If the driver needs to do
some error handling, that's what `err_handler' is for.
1997-04-02 02:29:30 +00:00