summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add #include string.h to get prototypes.jb1998-05-091-0/+1
|
* Add #include string.h to get prototypes.jb1998-05-092-0/+2
|
* tv_sec in timeval is a long, and a time_t is not necessarily a long.jb1998-05-091-2/+4
|
* Add #include string.h to get prototypes.jb1998-05-093-0/+3
|
* Add 'extern' to arrays that are declared and initialised elsewhere.jb1998-05-091-5/+5
|
* Fix off by ane error in previous commit.dt1998-05-092-4/+4
| | | | | | | | | | | This caused following commands: mkdir z cd z touch A B mv B A corrupt the '..' entry in 'z'. Reported by: bde
* Add 'extern' to arrays that are declared and initialised in other files.jb1998-05-091-12/+12
|
* Add 'extern' to arrays that are declared and initialised in other files.jb1998-05-091-2/+2
| | | | Who writes code like this?!
* Add #include stdlib.h to get prototypes.jb1998-05-091-0/+1
|
* Change prototype for addbuf to make it compatible with tputs now thatjb1998-05-091-2/+3
| | | | there is a prototype to check it against.
* Add #include string.h, stdlib.h and termcap.h to get prototypes.jb1998-05-091-1/+4
| | | | | Change prototype for addbuf to make it compatible with tputs now that there is a prototype to check it against.
* Add #include string to get prototypes.jb1998-05-091-0/+1
|
* Add 'extern' to those arrays that are declared and initialisedjb1998-05-091-3/+3
| | | | in other files.
* Arrggghhhh... forgot to strip the / after outputting %2fdes1998-05-091-3/+6
|
* Add #include string.h to get prototypes.jb1998-05-096-0/+6
|
* Add #include stdlib.h to get prototypes.jb1998-05-091-0/+1
|
* Map a leading / in -c argument to %2f instead of dropping it silently.des1998-05-091-9/+4
| | | | PR: bin/6558
* Add #include string.h to get prototypes.jb1998-05-091-0/+1
|
* Alphas don't necessarily have speakers.jb1998-05-091-0/+3
|
* Describe absolute paths in FTP URL's. This patch has been sittingfenner1998-05-091-3/+16
| | | | around uncommitted for 2 months =(
* Of these programs, only df and ps aren't compatible with FreeBSD/Alpha.jb1998-05-091-4/+4
| | | | | | All the rest work! Actually, I don't know if chio works because I can't test that. df can be built using NetBSD's mount.h. ps depends on libkvm so there is no point trying.
* Well, nobody objected, so here's my -u (unlink) flag to restore.jkh1998-05-095-14/+36
|
* Fix the problem people are having building -current on a -stable system.jb1998-05-081-7/+7
| | | | | | | | The headers that are installed in WORLDTMP are part of the interface that includes libraries like libc, so they must be installed together. This means that lib-tools and build-tools should be merged. The FreeBSD build only works in hosted form where it is assumed that the installed version contains adequate tools to build the latest release.
* Add jetdirect 9100/tcpphk1998-05-081-1/+2
| | | | | | PR: 5195 Reviewed by: phk Submitted by: Cy Schubert <cschuber@uumail.gov.bc.ca>
* Add a crucial missing _ in NO_SENDMAILphk1998-05-083-6/+6
| | | | | | PR: 6545 Reviewed by: phk Submitted by: Jos Backus <jbackus@plex.nl>
* Unblock SIGPIPE before execv(); convert from sigvec to sigactionguido1998-05-081-16/+18
| | | | Obtained from: OpenBSD
* In the SEE ALSO section, {get,set}rlimit are said to be in the sectionmax1998-05-081-3/+3
| | | | | | 3 which are actually in the section 2. Pointed out by: Brian Reichert <reichert@numachi.com> PR: 6480
* Try experimenting with the split size a little in an effort tojkh1998-05-081-2/+2
| | | | | | move our installation structure a little further into the 20th century (just before it's over). Instigated by: Dag-Erling Coidan <dag-erli@ifi.uio.no>
* Translated to C (parameters in a function definition have the same scopebde1998-05-081-2/+2
| | | | | | | | as variables declared in the main block in the function, so shadowing of parameters by variables declared in the main block is not just an obfuscation). Found by: lint
* Simplified by using new yacc rules.bde1998-05-081-9/+6
|
* Simplified by using new yacc rules and by not generating y.tab.h.bde1998-05-081-3/+2
|
* Moved lex and yacc source handling from bsd.prog.mk to bsd.dep.mkbde1998-05-082-39/+41
| | | | so that it applies to libraries (and lkms) as well as programs.
* This is a hack to workaround source that is coded to use long variablesjb1998-05-082-2/+2528
| | | | | | | | | | but also assumes that they are 32-bits. This is one place where I don't think it is appropriate to change 'long' to 'int'. I don't see why the code couldn't be fixed so that using natural long variables does the right thing. It's spaggetti code so it'll take some effort. Obviously NetBSD thought so too because they change 'long' to 'int32_t' etc and left it at that. As a temporary measure FreeBSD/Alpha can use the NetBSD code and put this on the list of things to fix.
* Remote the NetBSD kludge for vfprintf.cjb1998-05-081-9/+2
|
* Don't assign the va_list variable 'ap' directly to the argtable becausejb1998-05-081-19/+18
| | | | | va_list is not a pointer on alpha. Instead, use the va_arg() macro to return the address that is stored in the argtable.
* Add new named configuration template and remove old templateache1998-05-073-64/+100
|
* Redo tcpmux stuff. tcpmux handling is now performed after inetdguido1998-05-071-15/+20
| | | | | | | forks. Furthermore, invalid input for tcpmux does not lead to an exiting inetd. This patch is recommended for people running tcpmux (which is NOT enabled by default)
* fix a core dump problem when you don't give -f a parameter... also comparejmg1998-05-071-2/+2
| | | | | | results of strcmp against 0 instead of !'ing results... Closes PR: 6538
* An effort to make SLICE/DEVFS play with SCSI.julian1998-05-071-79/+102
| | | | | | | | Apparently I didn't make my plans to make dev_t and devsw[] go away under DEVFS quite clear enough to Peter Dufault as he stitched the SCSI system together using them when he redid the configuration side of things. This made is rather an effort to remove all vestiges of dev_t and devsw[] entries from sd.c in DEVFS/SLICE mode.
* Sync with sys/i386/isa/wd.c revision 1.166.kato1998-05-071-31/+64
|
* Sync with sys/i386/isa/fd.c revision 1.112.kato1998-05-072-8/+10
|
* In the words of the submitter:msmith1998-05-0720-417/+360
| | | | | | | | | | | | | | | | | | | --------- Make callers of namei() responsible for releasing references or locks instead of having the underlying filesystems do it. This eliminates redundancy in all terminal filesystems and makes it possible for stacked transport layers such as umapfs or nullfs to operate correctly. Quality testing was done with testvn, and lat_fs from the lmbench suite. Some NFS client testing courtesy of Patrik Kudo. vop_mknod and vop_symlink still release the returned vpp. vop_rename still releases 4 vnode arguments before it returns. These remaining cases will be corrected in the next set of patches. --------- Submitted by: Michael Hancock <michaelh@cet.co.jp>
* cleanup: remove duplicated dump code.julian1998-05-071-125/+39
| | | | fix oversight on SLICE ioctl code.
* cleanup:julian1998-05-071-184/+62
| | | | take out duplicated dump code
* Unbotch whitespace and change switch with two cases to if.eivind1998-05-072-24/+18
| | | | Noticed by: bde
* Make syslogd function in non-secure mode.brian1998-05-071-4/+4
| | | | Log the correct ^2 packet as per the last commit comment.
* There is no dump routine for fd so give it an explicit NULL entryjulian1998-05-063-6/+9
| | | | in the SLICE table.
* Don't call a dump routine if there isn't one. (e.g. in floppy driver)julian1998-05-062-4/+12
|
* Add dump support to the DEVFS/slice code.julian1998-05-0613-32/+371
| | | | | | now we can actually catch our crashes :-) Submitted by: Luoqi Chen <luoqi@chen.ml.org> (the man who's everywhere)
* Only include bsd.dep.mk in `mk'files that handle C sources. Abusebde1998-05-065-31/+29
| | | | | | bsd.obj.mk instead of bsd.dep.mk for defining the _SUBDIR target and a default tags target. Abuse bsd.obj.mk for defining default cleandepend and depend targets.
OpenPOWER on IntegriCloud