summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* dependency for genassym was wrong, there is never made a genassym.o file.phk1994-10-033-6/+6
| | | | made i depend on the src.
* Allow to save/restore files (was games user suid problem)ache1994-10-031-2/+12
|
* Prevent duplicate installs with an install cookie.jkh1994-10-031-4/+12
| | | | | | Make DEPENDS now does a `make is_depended' in the target port. This defaults to `all install' globally, but can be overriden locally by a port if it wants to do different things when other ports depend on it.
* Close security hole: all games linked with dm started as suid binache1994-10-031-4/+4
|
* May the saints praise Robert Withrow <witr@rwwa.com> for showing mejkh1994-10-031-9/+17
| | | | | | | | | | the light. `env' can be used to pass environment variables to shell scripts this way, which means that all *configure/post-build scripts _no longer take any arguments_; everything they should need (and more) is now available in the environment. I'm working now to adapt the older shell scripts over, but if you want beat me to it on some of your own ports, don't let me stop you! :) Submitted by: witr
* Disable direct ioctls to /dev/tty, search only stdin/stdoutache1994-10-031-22/+17
| | | | | | and don't return error, if non-terminals. This fix allows curses to work into full duplex pipes under control of main program, like good old curses does.
* Submitted by: gibbs@uclink.berkeley.eduats1994-10-031-1/+1
| | | | Fixed the missing blank in tzsetupvipw.
* Changed the imgact_gzip to "optional gzip" per David Greenman's request.phk1994-10-031-1/+1
|
* ***phk1994-10-031-0/+1456
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WARNING: THIS MATERIAL MIGHT GO AWAY! This material needs the core-groups approval to stay here for the 2.0 release. If the core-group does not concent to this commit, it will be backed out. *** It is a non-gpl'ed "unzip" which will allow execution of a.out files which have been sent through "gzip -9". The idea being saved disk-space. Just now this code has quality rating: "working prototype". To compress a file to be used with this, do it exactly this way: gzip -9 -v < /bin/FOO > /tmp/FOO remember to chmod /tmp/FOO as needed. DON'T compress all of you binaries right away ! There are several things which you should consider first: 1. Using compressed binaries, you use >MUCH< more VM, and thus swap-space. 2. It is slow. 3. It might crash your machine. Apart from that, I welcome comments... NB: There is also a change to sys/conf/files, but cvs core-dumped on me, so it didn't get into the logs or emailed, but the commit seems to have happended OK.
* ***phk1994-10-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | WARNING: THIS MATERIAL MIGHT GO AWAY! This material needs the core-groups approval to stay here for the 2.0 release. If the core-group does not concent to this commit, it will be backed out. *** It is a non-gpl'ed "unzip" which will allow execution of a.out files which have been sent through "gzip -9". The idea being saved disk-space. Just now this code has quality rating: "working prototype". To compress a file to be used with this, do it exactly this way: gzip -9 -v < /bin/FOO > /tmp/FOO remember to chmod /tmp/FOO as needed. DON'T compress all of you binaries right away ! There are several things which you should consider first: 1. Using compressed binaries, you use >MUCH< more VM, and thus swap-space. 2. It is slow. 3. It might crash your machine. Apart from that, I welcome comments...
* Added entrys for GCC and cleaned it up more.gclarkii1994-10-031-24/+11
|
* Don't install symlink frame.h -> machine/frame.h. <frame.h> is nonstandardbde1994-10-031-2/+2
| | | | and unused.
* Update hosts (From *.cdrom.com to FreeBSD.org)gclarkii1994-10-037-85/+83
| | | | update to 2.0 era
* Small cleanup.gclarkii1994-10-031-1/+6
|
* Update to 2.0 era.gclarkii1994-10-031-2/+8
|
* Show this FAQ as being for 1.1.5.1 and below.gclarkii1994-10-031-3/+3
|
* Fix 'cursor-disappearce-after-switching-screen-from-X' bugache1994-10-033-6/+6
|
* Add VMIN/VTIME supportache1994-10-031-18/+131
| | | | Obtained from: scratch :-)
* Make ~%take work: ignore \rache1994-10-021-1/+4
| | | | Obtained from: taylor-list
* Make -a option optional, uux fails in other case with new sendmail-styleache1994-10-021-2/+2
| | | | | <> address in return-receipts Obtained from: taylor-list
* genassym: depends on Makefile and genassym.o, genassym.o dependicies arergrimes1994-10-023-6/+6
| | | | picked up from .depend.
* In case CWARNFLAGS and COPTFLAGS are already defined (from /etc/make.confphk1994-10-023-3/+15
| | | | for instance), don't nuke them.
* (There's two of these now (Am7990.h and am7990.h) and they need topaul1994-10-022-0/+334
| | | | | | | | | | | | be merged at some point) New AMD family ethernet driver. Should support BICC,NE2100, TNIC, AT1500 and anything else that uses a Lance/PCnet type chip. Only been tested with the BICC so far though. Still work to do on performance and MULTICAST support needs to be added but it's basically working and I want the revision history from this point on
* New AMD family ethernet driver. Should support BICC,NE2100, TNIC,paul1994-10-025-0/+4229
| | | | | | | | | AT1500 and anything else that uses a Lance/PCnet type chip. Only been tested with the BICC so far though. Still work to do on performance and MULTICAST support needs to be added but it's basically working and I want the revision history from this point on
* Add back and correct declaration of m_copyback()dg1994-10-021-1/+2
|
* Avoid ddb getting a panic if the code-segment isn't the usual one...phk1994-10-023-12/+15
|
* Patch from HOSOKAWA Tatsumi to fix bug in the size of apm_current_gdt_pdescdg1994-10-023-6/+6
| | | | Submitted by: HOSOKAWA Tatsumi
* Document router advertisement and solicitation messages in ICMP inputwollman1994-10-021-2/+2
| | | | histogram.
* Allow multicast NTP.wollman1994-10-021-0/+1
|
* GCC cleanup.phk1994-10-0224-148/+156
| | | | | | Reviewed by: Submitted by: Obtained from:
* Ripped out APM-hooks. Not ready for prime time yet.phk1994-10-024-87/+4
|
* Ripped out a lot of stuff made to circumvent the previous bogus assy stuff.phk1994-10-022-644/+276
| | | | | Ripped out the "hooks". Until we know how we want to do it, we shouldn't start hacking anyway. Still panics my machine though.
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-0236-675/+918
| | | | GCC a lot more silent.
* apm_bios.h: removed the equiv-stuff. Not needed now that the kernel modulephk1994-10-025-12/+15
| | | | | | works correctly. clock.h & reg.h: prototypes.
* Unused variables, except one with a omnious comment.phk1994-10-022-30/+20
|
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksphk1994-10-0236-483/+1186
| | | | bad, I will get to it eventually, unless somebody beats me to it.
* Prototypes, prototypes and even more prototypes. Not quite done yet, butphk1994-10-0220-41/+152
| | | | getting closer all the time.
* Removed a lot of stuff which has no raison d`etre now that the kernel-driverphk1994-10-021-149/+2
| | | | works correctly.
* Removed NOOBJ so obj directory gets built if wanted.paul1994-10-021-1/+0
|
* Skip 'cua' 3 chars like 'tty' 3 charsache1994-10-021-2/+3
|
* Make fat cursor as early as possible, per Bruce suggestionache1994-10-023-18/+6
|
* #define HAVE_TERMIOS added for proper terminal handlingache1994-10-022-0/+4
| | | | Submitted by: smcarey@mailbox.syr.edu
* Little regex code cleaness, idea from jgreco@ns.sol.netache1994-10-021-3/+2
|
* Include rtprio.h for struct rtprio.dg1994-10-021-1/+2
|
* On second thought...back out previous commit.dg1994-10-024-9/+5
|
* Include rtprio.hdg1994-10-024-5/+9
|
* If you are building a kernel without NFS statically linked in yourgrimes1994-10-022-2/+16
| | | | | | | | must #define NFS before including <sys/mount.h> to pick up some of the definitions needed for struct diskless. Be sure to undef it after this so you do not effect other code. This is kinda sick, but it does the job. Problem found by davidg.
* 1. Completely rewritten Makefile that uses bsd.prog.mk more effectively.rgrimes1994-10-028-594/+498
| | | | | | | | 2. Clean up the .S files to use /* */ style comments. This is a totally cosmetic change, not one byte of the resulting boot code changes. But at least it is installed with correct owners and in the right places, and gets recompiled correctly when things change!
* Add .S to SUFFIXES and add .S.o: rule.rgrimes1994-10-021-2/+5
| | | | Submitted by: bde
* "idle priority" support. Based on code from Henrik Vestergaard Draboel,dg1994-10-0221-218/+634
| | | | but substantially rewritten by me.
OpenPOWER on IntegriCloud