summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sync with sys/i386/isa/syscons.c revision 1.277.kato1998-09-141-3/+1
|
* Sync with sys/i386/isa/if_ed.c and sio.c revisions 1.145 and 1.215,kato1998-09-143-48/+41
| | | | respectively.
* Teach crunch about an elf/a.out world.jkh1998-09-146-140/+795
| | | | Submitted by: jhay
* Assume ELF-style symbol names now.jkh1998-09-141-1/+1
| | | | Submitted by: jhay
* Use -aout for kernels right now. This will have to be changed back ifjkh1998-09-141-1/+2
| | | | the kernel goes ELF.
* Decouple genassym flags from CFLAGS.jkh1998-09-143-9/+18
| | | | Submitted by: jhay
* Boy, Mr. Obrien is committing in his sleep again; there is also nojkh1998-09-141-2/+2
| | | | user named wheel. :)
* There is no group name of "root"; assume man was what was intended.jkh1998-09-141-2/+2
|
* Sync with sys/i386/conf/majors.i386 revision 1.48.kato1998-09-141-1/+3
|
* Add BTX startup/interface code.rnordier1998-09-146-2/+235
|
* Don't require an executable file name. If no executable image isdes1998-09-143-26/+52
| | | | | | | specified, use /proc/<pid>/file. Document it. PR: bin/7915 Suggested-By: Wolfram Schneider <wosch@panke.de.freebsd.org>
* Add ${RM} for compatability with SunOS.obrien1998-09-141-10/+12
| | | | Many use ${RM} in their ``clean'' targets.
* Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfssos1998-09-144-7/+20
| | | | | Remove the hack from syscons that added a /dev/vga node in DEVFS it broke root acces on ttyv0 because dev_mkdb screwed up.
* Change file ownership from bin.bin to root.wheel.obrien1998-09-145-60/+60
|
* Portability fixes when sizeof(int) != sizeof(long).dfr1998-09-143-41/+47
|
* Support our "nfsv2" option. (originally added to old amd/amd/host_opts.cobrien1998-09-141-1/+14
| | | | | | | | rev 1.5) The "nfsv2" option is equivant to "proto=udp,vers=2". It is debatable whether NFS v2 should force "proto=udp" but I figure that is what most people will expect. Note, I can get the new Amd to mount a 2.2-STABLE box with "proto=tcp,vers=2". RFC 1094 does not disallow such behavior.
* Add provisions for variant core dump file formats, depending on thejdp1998-09-1412-117/+152
| | | | | | | | | | | object format of the executable being dumped. This is the first step toward producing ELF core dumps in the proper format. I will commit the code to generate the ELF core dumps Real Soon Now. In the meantime, ELF executables won't dump core at all. That is probably no less useful than dumping a.out-style core dumps as they have done until now. Submitted by: Alex <garbanzo@hooked.net> (with very minor changes by me)
* Gasp ! Bitten by the wonders of diff/patch ! Now's your chance tobrian1998-09-132-3/+3
| | | | | say ``I told you so'' Andrey ! Move the Id keyword to the right Makefile
* Add Id keywordbrian1998-09-1315-2/+29
|
* Support PnP compatibility IDs. This allow e.g. the ed driver to pickeivind1998-09-138-117/+199
| | | | | | | up any PnP NE2000 compatible card, instead of forcing us to always update ID lists. Submitted by: Ugo Paternostro <paterno@dsi.unifi.it>
* `make clean' depend on the inclunde file bsd.dep.mkwosch1998-09-131-0/+1
|
* invalid printf call fixed -> compile time warning removednsouch1998-09-133-6/+6
|
* unused function removed (byte_1284_inbyte)nsouch1998-09-131-34/+1
|
* Fix a cut 'n paste mistake.luoqi1998-09-132-8/+8
|
* Port #s 1-599 checked agaist Robert Watson <robert@cyrus.watson.org>'sobrien1998-09-131-28/+357
| | | | | | formated IANA Port assignment list. Prodded from: freebsd-current list
* Fix minor style bugs noticed by the Bruce Filter.[tm]imp1998-09-131-4/+7
| | | | Bruce-Filter-By: bde
* Be more consistent with handling of quote mark control character.tegge1998-09-134-72/+28
| | | | | | | Don't output double-quotes inside variable expansion/arithmetic expansion region in here-documents. When leaving the arithmetic expansion syntax mode, adjust the dblquote flag according to previous syntax, in order to avoid splitting of quoted variables.
* Lowlevel i/o routines for ZIP+ support. Mostly written with microseqnsouch1998-09-131-0/+771
| | | | mechanism
* ppbus enhanced to support ZIP+ : microseq improvednsouch1998-09-136-81/+207
|
* ppbus enhanced to support ZIP+ : 1284 code added, microseq improved +nsouch1998-09-1310-129/+286
| | | | some bugs corrected in vpoio.
* add immio.c for ZIP+ supportnsouch1998-09-131-0/+1
|
* Use -R argument to cvs, this lets us work with a read-only repository,phk1998-09-131-10/+11
| | | | at least to the extent that cvs bugs allow us to.
* Add device list entries for the tl and xl PCI ethernet devices.wpaul1998-09-133-6/+12
|
* Remove unused variable.dt1998-09-132-6/+2
| | | | Pointed out by: bde
* Fix a bug related to renaming in root directory. This bug reported bydt1998-09-132-4/+8
| | | | | | | Cejka Rudolf <cejkar@dcse.fee.vutbr.cz> on freebsd-current in Messaage-Id <199807141023.MAA09803@kazi.dcse.fee.vutbr.cz>. Reviewed by: bde
* Don't clobber errno if we are not going to fail.dt1998-09-131-1/+4
|
* Finish conversion of cfs -> codarvb1998-09-1356-8420/+233
|
* Enable client entry point support.rnordier1998-09-133-5/+9
|
* Don't lock newfd if it is not opened.dt1998-09-131-3/+14
| | | | PR: 5961
* Remove -n for ignoring system headers. Instead add finer grain shellobrien1998-09-132-17/+25
| | | | | | macros and document them. Prompted by: bde
* Correct the facts. The kerberosIV/ directory is not export restricted.markm1998-09-131-2/+2
|
* Mention that Amd has been upgraded for 3.0.obrien1998-09-131-0/+6
|
* Bring in files for bridging support.luigi1998-09-122-0/+753
|
* Bring in new files for dummynet supportluigi1998-09-122-0/+709
|
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasdt1998-09-129-9/+47
| | | | | | | to fork. It is difficult to do real vfork in libc_r, since almost every operation with file descriptsor changes _thread_fd_table and friends. popen(3) works much better with this change.
* Document the fact that shutdown(2) is expected to comply with Posix.1g,wollman1998-09-121-3/+20
| | | | when it happens.
* Add a .St -p1003.1g.wollman1998-09-121-0/+10
|
* add entry for /usr/share/examples/atapi so the world build doesn'tjkh1998-09-121-1/+3
| | | | | fall over. Forgotten by: sos
* Define the Posix.1g names for the howto argument to shutdown(2).wollman1998-09-121-1/+8
|
* Change return type of strptime from const char* to char*.dt1998-09-123-6/+6
| | | | const char* was wrong and nonstandard.
OpenPOWER on IntegriCloud