summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Run interface specific scripts for dhcp interfaces too.mtm2003-04-201-0/+5
| | | | | | | | This is how it has always been done (before and after rc.d) but I somehow failed to include it when I broke up network1. Submitted by: bmah Approved by: markm (mentor)(implicit)
* Regen usbdevs.wpaul2003-04-202-2/+18
|
* Add device driver support for the ASIX Electronics AX88172 USB 2.0wpaul2003-04-2016-0/+1539
| | | | | | | | | | | ethernet controller. The driver has been tested with the LinkSys USB200M adapter. I know for a fact that there are other devices out there with this chip but don't have all the USB vendor/device IDs. Note: I'm not sure if this will force the driver to end up in the install kernel image or not. Special magic needs to be done to exclude it to keep the boot floppies from bloating again, someone please advise.
* fix __FBSDIDobrien2003-04-201-2/+2
|
* style.Makefile(5)obrien2003-04-202-14/+12
|
* Convert the tx(4) driver to use the busdma API.mux2003-04-202-126/+328
| | | | | Special thanks to brueffer for sending me such a card so that I could do this work.
* Better comment, more style(9) fixes.mux2003-04-201-4/+4
|
* Additional malloc failure checks.orion2003-04-203-4/+15
|
* Throw the switch--change to UFS2 as our default file system format forrwatson2003-04-2010-40/+76
| | | | | | | | | | | | | | | | | | | | FreeBSD 5.1-RELEASE and later: - newfs(8) will now create UFS2 file systems unless UFS1 is specifically requested (-O1). To do this, I just twiddled the Oflag default. - sysinstall(8) will now select UFS2 as the default layout for new file systems unless specifically requested (use '1' and '2' to change the file system layout in the disk labeler). To do this, I inverted the ufs2 flag into a ufs1 flag, since ufs2 is now the default and ufs1 is the edge case. There's a slight semantic change in the key behavior: '2' no longer toggles, it changes the selection to UFS2. This is very similar to a patch David O'Brien sent me at one point, and that I couldn't find. Approved by: re (telecon) Reviewed by: mckusick, phk, bmah
* Use u_int for the struct uidinfo reference count rather than u_short;rwatson2003-04-201-1/+1
| | | | | | while >65534 references is unlikely, it is possible. Reviewed by: tjr
* Grammar fixbrueffer2003-04-201-1/+1
| | | | | | PR: 51164 Submitted by: Jeff Ito <jeffi@rcn.com> MFC after: 3 days
* more style(9) changes.obrien2003-04-201-6/+8
|
* more style(9) changes.obrien2003-04-201-32/+32
|
* A few style(9) fixes.obrien2003-04-201-50/+50
|
* - Lock the vm_object when performing vm_object_pip_add().alc2003-04-201-0/+8
|
* - Lock the vm_object when performing vm_object_pip_add().alc2003-04-201-4/+3
| | | | - Remove an unnecessary variable.
* Add an errata item pointing out a filename typo in the 5.0 releasebmah2003-04-201-0/+7
| | | | | | notes. Pointed out by: "David G. Andersen" <dga@lcs.mit.edu>
* Add FILES section to mac.3 and mac.conf.5. Properly Xref mac.conf.5rwatson2003-04-203-1/+22
| | | | | | | from mac.3; likewise, mac.conf.5 from mac_prepare.3. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Update vm_object locking in vm_map_delete().alc2003-04-201-5/+9
|
* - Lock the vm_object when performing vm_object_pip_add().alc2003-04-204-1/+14
|
* Don't dereference a NULL pointer when we don't have a ':' in theimp2003-04-201-0/+2
| | | | | | | optarg of the -W option. Instead, do the next best thing and give a usage message. Reported by: kris
* Add a man page for the mac.conf MAC library configuration file.rwatson2003-04-202-0/+105
| | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Remove the 'te' label elements from the default configuration, since werwatson2003-04-201-3/+3
| | | | | | | no longer plan on shipping a TE MAC module independent from SEBSD. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Add support for ia64.marcel2003-04-202-0/+64
| | | | | | | | | | | Note that the tp register (r13) is reserved as the TLS pointer in the same way that that gp register (r1) is reserved as the global pointer. This implementation uses the tp register to point to the thread structure used by the threads implementation. This is not in violation with the runtime specification provided the TLS is a fixed distance from the thread structure. This is only an issue when code used the __thread keyword to create TLS. This is not supported at the moment.
* Rev 1.132 was backed out because of the following from BDE:obrien2003-04-200-0/+0
| | | | | | | | | | By returning garbage for the unused high bits of segment registers, we avoid wasting time initializing the bits if the results are assigned to 32-bit variables. movl instead of movw was also intentional, to prevent gas adding pessimal pessimal segment overrides. See src-committers Message-ID: <20030419173421.N15436@gamplex.bde.org>, for more details and how to optimize this farther.
* Use STDERR_FILENO as the file descriptor passed to _thread_printf()marcel2003-04-201-4/+7
| | | | instead of 0 (ie stdin). Writing to stdin may not be possible.
* Add the mac_prepare{,_*}() functions to the high-level function listrwatson2003-04-201-0/+11
| | | | | | | | in the mac.3 library man page. They were already cross-referenced at the end of the man page, just not explicitly listed here. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Fix build breakage (on ia64) caused by a missing file descriptor tomarcel2003-04-202-2/+2
| | | | _thread_printf(). Use STDERR_FILENO as the file descriptor.
* Add stub implementations of pthread_[gs]etconcurrency to libc_r andjdp2003-04-208-0/+340
| | | | | | | | | libthr. No changes were made to libpthread by request of deischen, who will soon commit a real implementation for that library. PR: standards/50848 Submitted by: Sergey A. Osokin <osa@freebsd.org.ru> MFC after: 1 week
* Backout my last commit.davidxu2003-04-202-8/+8
| | | | Requested by: bde
* Repair a bug in which a faulty group entry (one with only 2 colons)nectar2003-04-201-8/+6
| | | | | | | | would result in an incorrectly terminated grouplist. login(1) crashes Reported by: Morten Rodal <morten@rodal.no>, Matthias Schuendehuette <msch@snafu.de>
* style(9).mux2003-04-201-8/+11
|
* Lock the vm_object in vfs_busy_pages().alc2003-04-201-0/+4
|
* Add a dozen new tests with the general theme of getting trailingdas2003-04-191-0/+12
| | | | zeroes right.
* %E-like %g and %G conversions should remove trailing zeroes unlessdas2003-04-192-0/+14
| | | | | | | | the # flag is present. Implement this behavior and add a comment describing it. Noticed by: Enache Adrian <enache@rdslink.ro> Pointy hat to: das
* - Lock the vm_object when performing vm_object_pip_subtract().alc2003-04-193-1/+7
| | | | - Assert that the vm_object lock is held in vm_object_pip_subtract().
* - Lock the vm_object when performing vm_object_pip_wakeupn().alc2003-04-194-2/+13
| | | | | - Assert that the vm_object lock is held in vm_object_pip_wakeupn(). - Add a new macro VM_OBJECT_LOCK_ASSERT().
* Lock the jumbo_vm_object when performing vm_page_alloc().alc2003-04-191-0/+2
|
* Fix typo: s/5.0-STABLE/5.0-CURRENT/bmah2003-04-192-2/+2
| | | | Pointed out by: scottl
* New release notes: LAZY_SWITCH, new docs and translation team.bmah2003-04-192-22/+76
| | | | | | | | | | | Modified release notes: Rewrite HTT note to conform to reality, fix a couple of typos referring to options directives [1], add missing words in gdtoa note. MFC noted: sbsh(4). Inspired by: bde message <20030420022510.O16869@gamplex.bde.org> to current@ [1]
* Make this file closer to style(9) paradigm.mux2003-04-191-212/+215
|
* Fix minor whitespace glitch. Translators can ignore this.bmah2003-04-192-2/+2
|
* - Enable interrupts only at the end of epic_attach() when all themux2003-04-191-39/+35
| | | | | | | | | | | | | other initializations succeeded. - Initialize the TX and RX rings in epic_attach() rather than in epic_init() where we're not supposed to fail. Similarly, free the TX and RX rings in epic_detach() rather than in epic_stop(). - Change epic_init() to be a void function now that it can't fail. Also change its parameter to a void * so that we have a correct prototype for if_init. - Now that epic_init() has a correct prototype, don't cast the function pointer when initializing if_init. - Fix nearby style bugs.
* properly refuse a connection in the -c case if the client ip's subdirectorybillf2003-04-191-5/+6
| | | | | | | | does not exist. PR: bin/38303 Submitted by: Woei-Luen, Shyu <m8535@cn.ee.ccu.edu.tw> the committed patch differs from the submitted one, any inaccuracies are mine.
* Make more of the "hotspot" stuff generic:phk2003-04-193-38/+77
| | | | | | | Give the class a way to specify the necessary action for read/delete/write: ALLOW, DENY, START or CALL. Update geom_bsd to use this.
* Create a dedicated structure for holding hotspot information rather thanphk2003-04-192-18/+24
| | | | using slice structures for it.
* Spell ${_jail} correctlymtm2003-04-191-1/+1
| | | | | Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com> Approved by: markm (mentor) (implicit)
* Add prototype for compute_stats() so that libdevstat is WARNS=4 clean.phk2003-04-191-0/+8
| | | | Spotted by: kris
* Add an entry for ehci.bmah2003-04-192-4/+12
|
* Test next upcall time correctly.davidxu2003-04-192-2/+2
|
OpenPOWER on IntegriCloud