summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pick up one file missed in the previous vprint() cleanupnjl2003-03-031-3/+3
|
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-0321-63/+17
| | | | | | Remove extraneous uses of vop_null, instead defering to the default op. Rename vnode type "vfs" to the more descriptive "syncer". Fix formatting for various filesystems that use vop_print.
* SA:03-04 note was a poor cut-n-paste from the SA. Do it right thisbmah2003-03-031-4/+4
| | | | time.
* New errata item: SA-03:04.bmah2003-03-031-0/+8
|
* New release note: SA-03:04.bmah2003-03-032-0/+14
|
* Updated release notes: sendmail-8.12.8 (+MFC), tcpdump-3.7.2 (+MFC).bmah2003-03-032-6/+8
| | | | MFC noted: ISC DHCP 3.0.1RC11.
* sendmail 8.12.8 has been importedgshapiro2003-03-031-4/+4
|
* Fix conflicts from sendmail 8.12.8 importgshapiro2003-03-034-111/+192
|
* This commit was generated by cvs2svn to compensate for changes in r111823,gshapiro2003-03-0327-121/+264
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail 8.12.8gshapiro2003-03-0331-232/+456
| |
* | Rearrange the members of struct cdevsw to be absolutely sure to catchphk2003-03-032-10/+6
| | | | | | | | any initializations which are not done right.
* | Make nokqfilter() return the correct return value.phk2003-03-0327-29/+23
| | | | | | | | Ditch the D_KQFILTER flag which was used to prevent calling NULL pointers.
* | Add missing 'static' on two routines, so they match their declarations.gad2003-03-031-2/+2
| | | | | | | | | | | | PR: 29363 (a small part of) Submitted by: dinoex MFC after: 3 weeks
* | Simplify ORB queue management.simokawa2003-03-031-26/+19
| | | | | | | | | | Don't send doorbell and send ORB pointer only if it's necessary. This reduces bus traffic and interrupts much.
* | Add a "-S sectorsize" option to enable Kirk to find a bug :-)phk2003-03-034-4/+19
| |
* | Don't initialize d_kqfilter to 0.phk2003-03-031-3/+1
| |
* | Add and document support for a FETCH_BIND_ADDRESS environment variabledes2003-03-033-4/+37
| | | | | | | | | | | | specifying a local address to bind sockets to. Caveat: lightly tested. PR: bin/37572
* | Gigacommit to improve device-driver source compatibility betweenphk2003-03-03163-2179/+1217
| | | | | | | | | | | | | | | | | | | | | | | | | | branches: Initialize struct cdevsw using C99 sparse initializtion and remove all initializations to default values. This patch is automatically generated and has been tested by compiling LINT with all the fields in struct cdevsw in reverse order on alpha, sparc64 and i386. Approved by: re(scottl)
* | Simplify ofw_pci_fixup(). It doesn't need to be recursive, since thegrehan2003-03-031-19/+3
| | | | | | | | | | | | bridge code already handles IRQ adjustment on the far side of a bridge. Reviewed by: benno
* | mdoc(7) police: Revision.ru2003-03-034-80/+99
| |
* | Minor cleanup of the Promise code.sos2003-03-032-18/+22
| |
* | mdoc(7) police: Nits.ru2003-03-032-4/+4
| |
* | Make sure the default install comes with /etc/login.conf hashed.ru2003-03-032-1/+3
| |
* | Always set the setmode funcptr.sos2003-03-033-1/+21
| |
* | Don't pick up a name from the dev_t if it is not there.phk2003-03-031-1/+7
| |
* | Nuke caddr_t.des2003-03-031-2/+2
| | | | | | | | Reminded by: ru
* | Add another index checking script to ensure the sanctity of themurray2003-03-031-0/+192
| | | | | | | | | | | | | | package set. More robust than others already in the tree, but a bit crufty as this was mostly written in the Walnut Creek CDROM days. Sponsored by: FreeBSD Mall, Inc.
* | Strip out bogus difference from when this came from NetBSD: transliteratingjmallett2003-03-031-17/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upper-case alphabetical characters to lower-case ones, and spaces to dashes. The person who added this when bringing the code from NetBSD has no idea why he added it, and nobody on freebsd-fs came up with any cases where the icky part (the conversion of spaces to underscores) was needed. The removal of the upper-case conversion follows an even more obvious logic: it avoids any sort of namespace issues. People using StUdLy caps for filesystem names deserve everything they get. Otherwise, Efs and efs might be totally different things, but would use the same fsck. And we don't want that, right? That just provokes the sort of foot-shooting this would prevent. If you have problems with this, I'll walk you through using sed on your fstab, cause the only way you could have problems is if you spelled ufs as "UFS". Most likely, you haven't done that. MFC after: 1 month
* | Leave the `clobber' target alone, it clobbers too much (includingru2003-03-031-3/+7
| | | | | | | | | | | | the generated Makefile) to be useful as the cleandir replacement. Reported by: des
* | Update the number of ports in the ports collection. Although we'vemurray2003-03-031-1/+1
| | | | | | | | | | gained 400 ports since the last time this was updated, the disk space estimate is still accurate.
* | Clean up whitespace and remove register keyword.des2003-03-0311-98/+98
| |
* | More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-0313-122/+102
| | | | | | | | Also clean up some egregious casts and incorrect use of sizeof.
* | Catch up with sys/conf/kern.post.mk,v 1.39 -- we can now useru2003-03-031-3/+1
| | | | | | | | | | plain ${CLEANDIR} to clean kernel and modules. This has an additional nicety of respecting NOCLEANDIR.
* | Revert last commit. File tracks NetBSD.mdodd2003-03-031-13/+13
| | | | | | | | Requested by: sam
* | - Shift the tick count by 10 and back around sched_pctcpu_update()jeff2003-03-031-2/+8
| | | | | | | | | | | | | | calculations. Keep this changes local to the function so the tick count is in its natural form otherwise. Previously 1000 was added each time a tick fired and we divided by 1000 when it was reported. This is done to reduce rounding errors.
* | - Document the fact that we now use pam_passwdqc(8) to checkdas2003-03-031-58/+16
| | | | | | | | | | | | | | | | | | | | | | | | password quality, not login.conf(5). - Move warnexpire and warnpasswd from the ``Accounting Limits'' section to ``Authentication'', and nix everything else in the former section. The accounting knobs are not available in the base system, and the subset of them available in ports should be documented in the ports' manpages. PR: 47960 Reviewed by: mike (mentor), doc
* | sizeof(struct llc) -> LLC_SNAPFRAMELENmdodd2003-03-037-31/+31
| | | | | | | | | | sizeof(struct ether_header) -> ETHER_HDR_LEN sizeof(struct fddi_header) -> FDDI_HDR_LEN
* | - In sched_add() special case PRI_TIMESHARE and PRI_ITHD|PRI_REALTIME. Wejeff2003-03-031-9/+22
| | | | | | | | | | | | always place ITHD & REALTIME threads on the current queue of the current cpu. Prior to this change an interrupt thread would only ever run on one cpu.
* | - Refrain from setting the td_priority in sched_wakeup(). It will be resetjeff2003-03-031-6/+5
| | | | | | | | before we return to user space.
* | Defer allowing async. requests after self ID's have received.simokawa2003-03-031-7/+6
| | | | | | | | | | | | | | | | | | | | This should fix some problem of SBP2 device probing. Prior to rev 1.41, we keep writing the register while bus reset phase. But in rev 1.41, we ignore successive bus reset events and some chips seem to clear the register after we write to it. Tested by: Michael Reifenberger <root@nihil.reifenberger.com>
* | Update maintainer. Thanks to Jordan for getting this started, but hemurray2003-03-031-1/+1
| | | | | | | | hasn't been the maintainer for at least a year.
* | A variety of cosmetic changes, mostly to (slightly) reduce diffs withgad2003-03-031-29/+29
| | | | | | | | | | | | OpenBSD. Except for one added '\n', the object code is not changed. MFC after: 3 weeks
* | Collapse two more parameters to dotrim() into the 'ent' parameter that isgad2003-03-031-13/+12
| | | | | | | | | | | | already there. This should not effect anything. MFC after: 3 weeks
* | Change to using uid_t and gid_t instead of int. Also change this won'tgad2003-03-031-42/+37
| | | | | | | | | | | | | | bother doing a chmod() if neither of these two fields are set. Obtained from: OpenBSD MFC after: 3 weeks
* | Restore vendor ID.obrien2003-03-031-2/+2
| |
* | Use __FBSDID.obrien2003-03-0335-44/+85
| |
* | Fix a machine check abort caused by the EFI loader trying to open amarcel2003-03-032-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file in the NFS file system when the underlying device is not a network device. A Sparc64 specific hack for this exact problem was already present (nfs.c:1.9, tftp.c:1.10), but the problem is not specific to Sparc64. The hack has been promoted to a non-i386 test because on non-i386 architectures it's either impossible to have non-network devices coexist in the same loader with the NFS FS, or network and non-network device coexist and NFS filesystems can only be used on top of network devices. I believe i386 pxeboot is where this does not hold. The root cause of this problem is in open.c where each file system is tried until no more file systems exist or a file system returns success. There's no notion of a list of valid file systems given the underlying device and the non-existence of a file can cause the invalid combination to be tried.
* | Use IFP2AC() rather than casting to struct arpcom *mdodd2003-03-031-2/+2
| |
* | De-register.mdodd2003-03-033-19/+19
| |
* | Fix the interactions between specific log files given on the command line,gad2003-03-031-106/+186
| | | | | | | | | | | | | | | | | | and config-file entries which specify a filename-pattern (glob). It is still not perfectly-right, but at least it isn't completely-wrong. Reviewed by: no objections on freebsd-arch MFC after: 3 weeks MFC addendum: (or after the code-freeze of 4.x is lifted)
OpenPOWER on IntegriCloud