| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Fix bug: pid was not assigned
Notes:
svn path=/head/; revision=10927
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10926
|
| |
|
|
|
|
|
| |
be completely fixed.
Notes:
svn path=/head/; revision=10924
|
| |
|
|
|
|
|
| |
Suggested-by: bde
Notes:
svn path=/head/; revision=10923
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
slattach always exited early because fd is not open in acquire_line().
Other (trivial) changes that I've been neglecting for some time:
- Turn off O_NONBLOCK so that `chat' doesn't need to worry about it
(`chat' actually does worry about it).
- Really set speeds POSIXly :-). cfsetspeed() isn't POSIX.
- Fix spelling error in comment.
- Gripe about bad programming of doing everything from signal handlers.
slattach should be written to do everything from the sigsuspend() loop,
but I don't want to do it :-).
From me:
Use .PATH to find uucplock.c
Submitted by: bde
Notes:
svn path=/head/; revision=10922
|
| |
|
|
|
|
|
|
| |
Fix a small benign display bug.
Submitted by: Michael Smith <msmith@atrad.adelaide.edu.au>
Notes:
svn path=/head/; revision=10921
|
| |
|
|
|
|
|
|
|
|
| |
e.g.:
ls |> foo.out
sh now behaves the same as it does under SunOS 4.x for this case.
Notes:
svn path=/head/; revision=10917
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10914
|
| |
|
|
|
|
|
|
|
|
| |
Now comes up in the old line-oriented interface by default for serial
and pcvt folk with a `visual' command for going to the visual interface.
Best of both worlds, no?
Submitted by: Michael Smith <msmith@atrad.adelaide.edu.au>
Notes:
svn path=/head/; revision=10913
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10912
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10911
|
| |
|
|
|
|
|
| |
instead of void.
Notes:
svn path=/head/; revision=10910
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Generate prototypes for SCSI functions and function pointers.
Fix redundant declarations of interrupt handlers.
Generate 4.4-style includes (<> instead of "").
Clean up formatting of both the source and the output a bit.
Notes:
svn path=/head/; revision=10909
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10908
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10907
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10906
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<sys/sysproto.h> and use them (so far only) in kern/init_sysent.c.
Don't put $Id in generated files.
kern/syscalls.master:
I had to add some new fields to describe some non-orthogonal names.
E.g., the args struct for the syscall-implementing function foo()
is usually named `foo_args', but for getpid() it is named `args'.
sys/sysent.h:
sy_call_t is still incomplete to hide a couple of warnings.
Notes:
svn path=/head/; revision=10905
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10904
|
| |
|
|
|
|
|
| |
Not optimal, but pretty solid.
Notes:
svn path=/head/; revision=10903
|
| |
|
|
|
|
|
|
| |
until the session leader exits so that a SIGHUP gets sent to the process
group and the pty slave gets revoked.
Notes:
svn path=/head/; revision=10902
|
| |
|
|
|
|
|
|
|
|
| |
Added entry on NFS mounting SunOS drives (Just like the Linux entry above it)
Added entry on use of cu to do AT commands
Still to be added: KTRACE entry
Notes:
svn path=/head/; revision=10900
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
[ As suggested by Satoshi - rc.local.d was pretty redundant under /usr/local;
duh! :-)]
[ -f /etc/rc.local ] && sh /etc/rc.local
For backwards compatibilty with non-executable rc.local files. Sorry, Bruce!
Submitted by: asami & bde & jkh
Notes:
svn path=/head/; revision=10898
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10897
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10895
|
| |
|
|
|
|
|
|
|
| |
can now ln /devs/disks/floppy/fd1.1200 to fd1
and remove unwanted dirs and devices etc.
Still has a fatal bug.. don't use yet :)
Notes:
svn path=/head/; revision=10892
|
| |
|
|
|
|
|
| |
Set cdpath instead of leaving it commented out.
Notes:
svn path=/head/; revision=10890
|
| |
|
|
|
|
|
|
| |
Remove unnecesary TIOCSETD
Move SLIO* before startup script call
Notes:
svn path=/head/; revision=10889
|
| |
|
|
|
|
|
| |
Cleanup debug/syslog code
Notes:
svn path=/head/; revision=10888
|
| |
|
|
|
|
|
|
|
|
| |
Changes relative to 1.12:
- Put extra instruction between outl()/inl() sequence to prevent the
old value being read back because of the bus capacitance.
- Additional check for existence of register at CONF2_ENABLE_PORT.
Notes:
svn path=/head/; revision=10887
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10886
|
| |
|
|
|
|
|
|
|
|
|
|
| |
in FreeBSD and should never have got in here.
Removed hard-coded /etc/rc.local.d hacks and implemented a more flexible
solution.
Added a local configuration area to sysconfig.
Notes:
svn path=/head/; revision=10885
|
| |
|
|
|
|
|
|
|
| |
in rev.1.3. 1.4 just broke 1.3 for the -x case.
This fixes PR 721 and merges archive.c with 4.4Lite2.
Notes:
svn path=/head/; revision=10884
|
| |
|
|
|
|
|
|
|
|
| |
This looks like it was developed offline, and is being spammed over the
top of the existing. "That's fine by me! I dont really care how you do
it, just get it in there..." said Jordan in a conversation a short while
ago...
Notes:
svn path=/head/; revision=10882
|
| |
|
|
|
|
|
| |
for TCP has yet to be written.
Notes:
svn path=/head/; revision=10881
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10880
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10879
|
| |
|
|
|
|
|
|
|
|
|
|
| |
-K #: set SLIP keepalive timeout
-O #: set SLIP outfil timeout
-U #: set SLIP unit number
sighup handler now sets tty disc for non-redial case too.
Implement SIGURG handling (from keepalive).
POSIXing speed settings.
Notes:
svn path=/head/; revision=10878
|
| |
|
|
|
|
|
| |
indentation. Cosmetic.
Notes:
svn path=/head/; revision=10877
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
They are called from the fetch, extract and install targets,
respectively.
Also, only RUN_DEPENDS is put into the @pkgdep list of the package.
EXEC_DEPENDS is still supported (for now), it is copied into
BUILD_DEPENDS and RUN_DEPENDS. This will go away after we finish
fixing all the ports Makefiles.
This change fixes the following bug/features:
(1) "make fetch" building and installing all the dependencies
(2) Programs needed for building only (e.g., gmake) put into the
packages' dependency lists ("why does the emacs package depend on
gmake?")
Reviewed by: the ports list
Notes:
svn path=/head/; revision=10874
|
| |
|
|
|
|
|
|
|
|
|
|
| |
don't like it, they don't have to use it. The check makes sure that
/etc/rc.local.d exists before attempting to do anything with it. Now
packages will be able to add their startups as /etc/rc.local.d/<pkgname>.sh
in order to get local startup behavior. Maybe we can stop adding
knobs to /etc/sysconfig for ports/packages now?
Submitted by: wollman & jkh
Notes:
svn path=/head/; revision=10873
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10861
|
| |
|
|
|
|
|
|
|
|
| |
-K: set keepalive SLIP timeout
-O: set outfill SLIP timeout
Handle SIGURG from keepalive like SIGHUP now, i.e. reconnect.
Back out background scription change, cause some synchro problems.
Notes:
svn path=/head/; revision=10860
|
| |
|
|
|
|
|
| |
anything usable as "magic string".
Notes:
svn path=/head/; revision=10859
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dropped - devet@adv.IAEhv.nl (Arjan de Vet)
2. Will not read data from telnet connection - John Capo <jc@irbs.com>
3. Using LQM option could be drop the link due to LcpLayerDown() doesn't
stop LQR timer. - Brian <brian@awfulhak.demon.co.uk>
4. Allow to describe a syntax of filters that is not only port number
but also by name in /etc/service. - Rich Murphey <rich@lamprey.utmb.edu>
Reviewed by: Atsushi Murai <amurai@spec.co.jp>
Submitted by: devet@adv.IAEhv.nl, jc@irbs.com, brian@awfulhak.demon.co.uk,
rich@lamprey.utmb.edu
Notes:
svn path=/head/; revision=10858
|
| |
|
|
|
|
|
| |
skeleton.mikom.csir.co.za -> ftp.internat.freebsd.org
Notes:
svn path=/head/; revision=10856
|
| |
|
|
|
|
|
| |
reformat.
Notes:
svn path=/head/; revision=10855
|
| |
|
|
|
|
|
|
|
|
| |
around scsi(8). I've done extensive testing of it with a spare disk
in the past, and it's ready for prime-time now.
Submitted by: dufault
Notes:
svn path=/head/; revision=10854
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10850
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10846
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10845
|