summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* trailing white space removal.obrien2000-01-181-16/+14
|
* Add two new functions cd9660_readfile() & cd9660_readdir(), whichobrien2000-01-181-110/+175
| | | | | | | cd9660_read() now uses to read CDROMs. With these changes FreeBSD/Alpha can now boot from a bootable CDROM. Submitted by: dfr
* For some reason compiler should be the last in the list of cross-tools.ru2000-01-181-2/+2
| | | | | | Unbroke the world by moving gnu/usr.bin/texinfo before gnu/usr.bin/cc. Submitted by: Jim Bloom <bloom@acm.org>
* IRIX interoperability -- define ACL_MAX_ENTRIES from MAX_ACL_ENTRIESrwatson2000-01-181-0/+1
|
* Fixed missing backslash in previous commit. Adding setresuid.2 has takenbde2000-01-181-1/+1
| | | | 4 commits and 2 world breakages so far.
* Fix line too long style bug in the previous commit (which, by thesheldonh2000-01-181-2/+2
| | | | way, unbroke world).
* add setresuid.2ache2000-01-181-1/+1
|
* Bump __FreeBSD_version due to openssl import.kris2000-01-181-1/+1
|
* Repair internal consistency: Change "login_cap_t * lc" to a more correctchris2000-01-181-1/+1
| | | | (and consistent) "login_cap_t *lc".
* Don't mark unallocated resources as active; the goal is to reserve them,msmith2000-01-181-1/+1
| | | | | | and there may be a good reason for them being unallocated (eg. they're nonsensical or not useful). The goal here is simply to reserve them against accidental use by other code.
* Don't try to map memory resources into the kernel until they're actuallymsmith2000-01-184-80/+140
| | | | | | | | activated. Some of the things that get listed as "resources" aren't necessarily suited for this. (This shouldn't be a problem for any driver that correctly passes RF_ACTIVE)
* Need to reset the buffer pointer to avoid reconsidering the same buffermckusick2000-01-181-0/+1
| | | | | | | again (without this the rollback analysis was being lost). Should reduce the write count for most workloads. Submitted by: Craig A Soules <soules+@andrew.cmu.edu>
* Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault.dan2000-01-182-4/+8
| | | | Noticed first by: kris
* add a R_PREV_IDX macromjacob2000-01-181-0/+1
|
* During fastpath processing for removal of a short-lived inode, themckusick2000-01-182-96/+112
| | | | | | | | | | set of restrictions for cancelling an inode dependency (inodedep) is somewhat stronger than originally coded. Since this check appears in two places, we codify it into the function check_inode_unwritten which we then call from the two sites, one freeing blocks and the other freeing directory entries. Submitted by: Steinar Haug via Matthew Dillon
* Need to reorganize the flushing of directory entry (pagedep) dependenciesmckusick2000-01-182-126/+124
| | | | | | | | | | | | | | so that they never try to lock an inode corresponding to ".." as this can lead to deadlock. We observe that any inode with an updated link count is always pushed into its buffer at the time of the link count change, so we do not need to do a VOP_UPDATE, but merely find its buffer and write it. The only time we need to get the inode itself is from the result of a mkdir whose name will never be ".." and hence locking such an inode will never request a lock above us in the filesystem tree. Thanks to Brian Fundakowski Feldman for providing the test program that tickled soft updates into hanging in "inode" sleep. Submitted by: Brian Fundakowski Feldman <green@FreeBSD.org>
* Add the "use -lutil" line to all functions that require it so people likebillf2000-01-187-0/+39
| | | | | | | Dan Papsian <bugg@bugg.strangled.net> don't anger wpaul and myself with silly linking errors. Reviewed by: chris
* Add the vendor/device ID for the Farallon PN9000SX gigabit ethernetwpaul2000-01-184-0/+18
| | | | card, which is apparently also a Tigon 2 device.
* Changed references to 3.2-stable / 3.3 to 3.4-stable /3.5wilko2000-01-171-2/+2
|
* Change the mechanism by which we detect that the firmware is alreadywpaul2000-01-171-24/+19
| | | | | | | | | | | running. It turns out that trying to read the MAC address when there's no firmware creates a zero length transfer. This apparently doesn't hurt anything on a UHCI controller, but OHCI controllers generate an IOERROR, and the device doesn't initialize. Instead, check the bcdDevice revision code. We know this will be different when the firmware is running, so if we detect the firmware's code instead of the bare hardware's code, we skip the firmware load.
* Fix vn_isdisk() usage to make AIO work on non-disk-files again, rathergreen2000-01-171-2/+11
| | | | | | | than just return ENOTBLK. PR: 16163 Submitted by: Adrian Chadd <adrian@FreeBSD.org>
* Remove un-needed #include's.mks2000-01-1739-103/+0
| | | | Pointed out by: phk
* Pull a.out.5 into the future. New binary file formats already existasmodai2000-01-171-4/+1
| | | | and are not compatible. Also, add a crossreference to elf(5).
* Work around aparent bug in the .Dv macro by eliminating some spaces.archie2000-01-173-3/+3
| | | | The closing curly-brace in this line was being omitted somehow.
* The correct part number for the CATC ASIC is USB-EL1210A, notwpaul2000-01-176-11/+11
| | | | | | | USB-EL1201A or even USB-EL1202A. Wonder what drugs I was on when I made this mistake, and then propagated it to 6 different files. *sigh*
* :%s:\([A-Z][A-Z]ADD\)=:\1+=:ggreen2000-01-174-8/+8
| | | | Add the forgotten plus, which should unbreak the world build.
* acl_delete_default_file() changed to acl_delete_def_file()rwatson2000-01-172-2/+2
|
* Usage of ``net'' in the device argument list is deprecated.asmodai2000-01-171-1/+1
|
* Add gnu/usr.bin/texinfo to the list of cross-tools.ru2000-01-171-1/+2
| | | | | | | We need an up-to-date `makeinfo' and `install-info' at `world' and `install' stages. Pointed out by: bde
* Change .Os macro to an empty one to denote that the KAME files areasmodai2000-01-175-5/+5
| | | | | | not FreeBSD specific. Made happy: sheldonh
* Duh! Actually remove drum.4 from the Makefile.asmodai2000-01-171-1/+1
| | | | Pointed out by: Richard Wackerbarth <rkw@dataplex.net>
* Add manual pages for the newly added setres[ug]id system calls.sheldonh2000-01-172-0/+80
|
* Fix usage of quotes in kerneloptions.asmodai2000-01-174-4/+4
|
* Seperate commit from the rest due to the fact that the /& fixing inasmodai2000-01-173-28/+28
| | | | this case also corrects the usage of quotes in options.
* Fix usage of /& in conjunction with the .Cd macro.asmodai2000-01-172-7/+7
|
* Seperate commit from the rest due to the fact that the /& fixing inasmodai2000-01-171-2/+2
| | | | this case also corrects the usage of quotes in a makeoptions.
* Remove ``count'' argument of the pseudo-devices that do notasmodai2000-01-174-23/+8
| | | | use it anymore.
* Make apm.4 consistent with LINT ("isa?"->"nexus?").iwasaki2000-01-171-1/+1
| | | | Submitted by: Alexander Leidinger <Alexander@Leidinger.net>
* Usage of ``tty'' is deprecated in device configuration.asmodai2000-01-172-2/+2
|
* Usage of quotes around options is deprecated.asmodai2000-01-171-3/+3
|
* Add prototypes for [sg]etres[ug]id().peter2000-01-171-0/+4
|
* Get rid of deprecated ``net'' argument.asmodai2000-01-171-1/+1
|
* Get rid of deprecated example usage of ``tty''.asmodai2000-01-171-11/+7
|
* Nuke the 'bio', as per orders from peternbm2000-01-171-4/+4
|
* Fix grammar a bit (mostly comma related).asmodai2000-01-171-24/+29
| | | | | change .Os KAME to .Os FreeBSD, since the manpages as part of the FreeBSD OS.
* Remove unnecessary includes.nyan2000-01-171-2/+0
|
* Use rman_get_bustag and rman_get_bushandle to initialize bus tag andnyan2000-01-171-5/+5
| | | | bus handle.
* Use rman_get_start instead of bus handle directly.nyan2000-01-171-1/+2
|
* Use AUTHLEN for the length of authnamebrian2000-01-171-1/+1
|
* This commit was generated by cvs2svn to compensate for changes in r56173,obrien2000-01-171-3/+18
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud