summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix insecure tempfile handlingkris2000-01-161-8/+4
| | | | Reviewed by: audit@freebsd.org
* The wrong version of the file was committed previously which explains thekris2000-01-161-4/+17
| | | | problems seen here.
* Add the apm -e argument, which will toggle the "enabled" status of APM.green2000-01-162-3/+21
|
* get pd_type from inquiry data itselfmjacob2000-01-161-1/+1
|
* use XPT_GDEV_STATS- XPT_GDEV_TYPE was deprecated a while backmjacob2000-01-161-12/+12
|
* Fix breakage from last commit- macro was broken. I appreciate themjacob2000-01-161-2/+2
| | | | | committer's fixing things for alpha, but I sure wish they could have compiled on one!
* Removed outdated comment on experimental nature of ata. Added comment to espwilko2000-01-162-12/+2
|
* Add and document support for handling comments and blank lineschris2000-01-163-7/+21
| | | | | | in /etc/sysctl.conf. Reviewed by: imp, jkh
* fix kernel panic at rtfree() in INET6 enabled envrionment.shin2000-01-161-2/+0
| | | | | | This is probably due to twice rtfree() in in6_pcbdetach(), one for inp->in6p_route.ro_rt, and another one for inp->inp_route.ro_rt. But these 2 are actually shared in inpcb, so 2nd rtfree() is not necessary.
* Fix !crypto releases once more.phk2000-01-161-4/+2
|
* Implement setres[ug]id() and getres[ug]id(). This has been sitting inpeter2000-01-168-14/+214
| | | | | | | my tree for ages (~2 years) waiting for an excuse to commit it. Now Linux has implemented it and it seems that Staroffice (when using the linux_base6.1 port's libc) calls this in the linux emulator and dies in setup. The Linux emulator can call these now.
* Add missing share/examples/ses directory.phk2000-01-161-0/+2
|
* ALPHAHW.TXT described the supported machine types for FreeBSD/alphawilko2000-01-161-0/+974
| | | | | along with their quirks along with generic info on things like SRM, bootable adapters etc.
* There's not /etc/pccard_ether_remove on -current.hosokawa2000-01-162-2/+2
|
* I've forgotten one hardwired device name in insert/remove line.hosokawa2000-01-162-4/+4
|
* fix missing \n in sndstat outputcg2000-01-161-1/+1
|
* Correct comments / point to right LINT file (./LINT does not exist for Alpha)wilko2000-01-162-6/+8
|
* oops, best play format was set to unsigned 16 bit instead of signed 16 bitcg2000-01-161-1/+1
| | | | stereo. remenant from testing.
* Update this for the recient import.obrien2000-01-161-8/+8
|
* Update for 1.0.5a.obrien2000-01-161-1/+6
|
* Merge rev 1.2 into BC 1.0.5a, which fixes a spelling error.obrien2000-01-161-33/+46
|
* GNU has figured out they should fix the bug we fixed in rev 1.2 themselves.obrien2000-01-161-6/+14
| | | | So return this file back to the stock version.
* This commit was generated by cvs2svn to compensate for changes in r56101,obrien2000-01-1626-670/+1326
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import GNU bc 1.05a.obrien2000-01-1628-708/+1382
| |
* | Convert last examples of `controller' to `device'.asmodai2000-01-163-15/+15
| |
* | Cleanup some more remaining bdev fluff.phk2000-01-162-77/+21
| |
* | Cleanup some remaining bdev fluff.phk2000-01-163-72/+12
| |
* | Cosmetic change: space instead of tab in front of $FreeBSD$.sheldonh2000-01-162-2/+2
| | | | | | | | Submitted by: bde
* | The kernel side of per-process unaligned access control (printing, fixing &gallatin2000-01-167-9/+68
| | | | | | | | | | | | | | | | | | delivering SIGBUS). This will allow a non-superuser to control unaligned access behaviour on a per-process basis once a userland control program (uac) is written. Reviewed by: obrien Tested by: obrien
* | This fixes a bug that /etc/pccard_ether did not work without DHCP.hosokawa2000-01-163-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For example, when /etc/pccard.conf had ed0 in config line, but kernel refused this name and said devclass_alloc_unit: ed0 already exists, using next availale unit number Kernel used ed1 as device name and it did not match with config and insert/remove lines. Fortunately, dhclient was called without args, and it works, but if we wanted to use static IP address for PC-card, it did not work. This modification makes pccardd to execute insert/remove lines with the true device name that returns from kernel. (Last change to etc/pccard.conf.sample eliminated all hardwired device name from insert/remove lines in /etc/pccard.conf)
* | Fix an instance of rman_get_start() than should be rman_get_bushandle().wpaul2000-01-161-1/+1
| |
* | Fixed pedantic syntax errors caused by a trailing semicolon in thebde2000-01-161-7/+10
| | | | | | | | | | | | | | | | | | | | definition of EVENTHANDLER_DECLARE(). Removed all other trailing semicolons in macro definitions. The ones after `do ... while (0)' wrappers defeated the point of the wrappers but were harmless. Enforce semicolons after invocation of declaration-like macros.
* | Remove reference to floppy tape drive.kris2000-01-162-4/+0
| |
* | Mention openssl and auditing fixes.kris2000-01-162-0/+12
| |
* | Turn back on openssl building.kris2000-01-161-1/+1
| |
* | Turn back on libcrypto and libssl building.kris2000-01-161-1/+1
| |
* | (Forced commit)kris2000-01-160-0/+0
| | | | | | | | | | Support RSA via RSAref. This autodetects the RSAref package, and if it is not found, compiles without RSA.
* | *** empty log message ***kris2000-01-162-1/+10
| |
* | Replace a conjunction "you're" with "you are". This makeschris2000-01-161-1/+1
| | | | | | | | | | reading by non-native English speakers a little bit easier, and follows some basic doc guidelines.
* | This commit was generated by cvs2svn to compensate for changes in r56083,kris2000-01-1613-0/+2601
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import the RSA support code. There shouldn't be any actual RSAkris2000-01-1613-0/+2601
| | | | | | | | | | | | cryptography here.
| * | This commit was manufactured by cvs2svn to create branchcvs2svn2000-01-101-0/+25
| | | | | | | | | | | | 'VENDOR-crypto-openssl'.
* | | Fix for missing symbol in -DRSAref case.kris2000-01-161-0/+6
| | |
* | | Fixed stray backslash in previous commit.bde2000-01-161-4/+5
| | | | | | | | | | | | | | | | | | Fixed bitrot in comments about library dependencies. The list has been maintained better in ../Makefile.inc1, except it has been uninverted there so it is hard to use manually.
* | | Add MAINTAINER tag so people don't feel the need to randomly frob with this.kris2000-01-163-0/+6
| | |
* | | Add SPLASSERT() macro. SPLASSERT() compiles to a no-opjmb2000-01-163-19/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unless both "option INVARIANTS" and "options INVARIANT_SUPPORT" are defined in the kernel's config(8) file. SPLASSERT(expression, msg) used KASSERT to check that the expression is true, panic()ing the kernel otherwise. Approved by: jkh Reviewed by: jdp, dfr, phk, eivind and green
* | | Add SPLASSERT.9 man page. SPLASSERT() commit to follow immediately.jmb2000-01-161-0/+86
| | | | | | | | | | | | Approved by: jkh
* | | Set ifq_maxlen to default (IFQ_MAXLEN).mdodd2000-01-161-0/+1
| | |
* | | Remove Bison from the build. This is a prelude to possibly removing itobrien2000-01-161-1/+1
| | | | | | | | | | | | from 4.0-R.
* | | Oops, didn't commit the Makefile for libposix1e--this should fix buildrwatson2000-01-152-0/+30
| | | | | | | | | | | | | | | | | | problems. Reviewed by: eivind
OpenPOWER on IntegriCloud