summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* man(7) -> mdoc(7).ru2001-01-175-1416/+1143
|
* Add librpcsvc.ru2001-01-171-0/+1
|
* Catchup from my holiday lull:imp2001-01-171-0/+17
| | | | | | | o libcrypt not a symlink. o hw.sndunit -> hw.snd.unit o burncd / kernel changes o I386_CPU now mutually exclusive with all other CPU types.
* Take advantage of the fixes to the pcic code that allows multipledmlb2001-01-173-132/+160
| | | | | | | | | | | | active memory maps. This removes the need to change the memory map from common to attribute every time a packet is sent/received. This increases performance and decreases cpu load (ping times on slow machines improve by about 1.5ms). Move out the old common memory/attrbiute memory hack functions to a new header file to tidy up the main code. I want to keep them available for a while.
* Activate Greek message catalogache2001-01-171-4/+1
|
* Add Greek collateache2001-01-175-0/+420
| | | | | PR: 24324 Submitted by: past@netmode.ntua.gr
* Add Greek keyboardache2001-01-173-0/+563
| | | | | PR: 24324 Submitted by: past@netmode.ntua.gr
* Add iso07 fontsache2001-01-174-0/+231
| | | | | PR: 24324 Submitted by: past@netmode.ntua.gr
* Add Greek supportache2001-01-173-0/+203
| | | | | PR: 24324 Submitted by: past@netmode.ntua.gr
* Add Greek supportache2001-01-173-1/+104
| | | | | PR: 24324 Submitted by: past@netmode.ntua.gr
* Add el_GR.ISO_8859-7ache2001-01-172-0/+6
|
* Add NEWCARD hooks. This seems to work just fine.peter2001-01-171-2/+32
|
* document ${KERNEL}ben2001-01-171-0/+18
| | | | | PR: 24404 Submitted by: Mike Meyer <mwm@mired.org>
* rstat(1) and rstat_svc(8) are the early versions ofru2001-01-173-88/+0
| | | | the rup(1) and rpc.rstatd(8) manpages respectively.
* Actually add build.7 to the Makefile, 2 months late.ben2001-01-171-1/+1
| | | | | PR: 24405 Submitted by: Mike Meyer <mwm@mired.org>
* Add first cut support for the ATA100 capable VIA82c686b.sos2001-01-172-3/+46
|
* man(7) -> mdoc(7).ru2001-01-173-156/+225
|
* mdoc(7) police: compact a few lists for better output.ru2001-01-171-24/+25
|
* mdoc(7) police: removed empty line (mdocNG does not like them),ru2001-01-171-3/+7
| | | | columnate ENVIRONMENT variables.
* Sysinstall has been repocopied to src/usr.sbin/sysinstall and everythingjhb2001-01-1767-20733/+0
| | | | now uses the sources found there.
* - sysinstall now gets built as part of world, so don't throw in extrajhb2001-01-171-4/+1
| | | | | | commands to build sysinstall manually during release. - Get the sysinstall help files from /usr/src/usr.sbin/sysinstall/help rather than ${.CURDIR}/sysinstall/help.
* Now that sysinstall lives in /usr/src/usr.sbin, we don't need to pull itjhb2001-01-175-5/+5
| | | | from /usr/src/release.
* Removed unused copy of ../mount/getmtopts.3.bde2001-01-175-461/+5
| | | | | | | | | | | Removed used copies of ../mount/getmntopts.c ../mount/mntopts.h. Use the versions in ../mount directly like all other mount utilities. Removed used copy of ../mount/pathnames.h. Use the version in ../mount for free as a side effect of using the mntopts files there. We should not use it at all, since the 2/3 of the definitions in it are in <paths.h> and the other 1/3 should be in ../mountd/pathnames.h and is not used by mount_ifs anyway.
* Removed unused rotting copy of ../mount/mount.8. It should never havebde2001-01-171-385/+0
| | | | been repo-copied.
* sysinstall.8 lives in src/usr.sbin/sysinstall now and gets installed viajhb2001-01-171-6/+0
| | | | normal means, so remove the hack to install it.
* Activate sysinstall.jhb2001-01-171-0/+1
|
* - We live in /usr/sbin now, so don't set special veriables to build ajhb2001-01-172-28/+12
| | | | | | | | | static version that installs in /stand. Also, don't use an extra before-install target to create /stand. - Add missing $FreeBSD$. - Fix dependencies to handle keymap.h. (*) Submitted by: obrien (*)
* o When returning NULL, return (NULL) instead of return (0).rwatson2001-01-178-24/+24
| | | | | Submitted by: jedgar Obtained from: TrustedBSD Project
* - Sort of lie and say that %eax is an output only and not an input for thejhb2001-01-172-4/+4
| | | | | | | | | | | non-386 atomic_load_acq(). %eax is an input since its value is used in the cmpxchg instruction, but we don't care what value it is, so setting it to a specific value is just wasteful. Thus, it is being used without being initialized as the warning stated, but it is ok for it to be used because its value isn't important. Thus, we are only sort of lying when we say it is an output only operand. - Add "cc" to the clobber list for atomic_load_acq() since the cmpxchgl changes ZF.
* The stallion.c pci driver is broken. Emit a warning if compiling LINT.peter2001-01-171-0/+8
|
* Use pci_get_revid() rather than groping around the PCI register spacepeter2001-01-171-3/+3
| | | | using the removed compatability register names. (this broke LINT)
* Fix breakage unconvered by LINT - dont refer to undefined variables inpeter2001-01-172-0/+4
| | | | KASSERT()
* Document data structures and operation on dummynet so next timeluigi2001-01-171-42/+117
| | | | | I or someone else browse through this code I do not have a hard time understanding what is going on.
* Minor tweaks to get these to stop breaking LINT. They still dont workpeter2001-01-176-0/+31
| | | | and emit warnings, but we need to get the test coverage elsewhere.
* Special case for compiling LINT - just give a warning and continue on.peter2001-01-177-0/+35
| | | | | At least we have a chance at getting test compile coverage for the rest of the kernel now.
* Remove unneeded (and compile-breaking) #include "alpm.h"peter2001-01-171-2/+0
|
* Some dummynet patches that I forgot to commit last summer.luigi2001-01-162-34/+75
| | | | | | One of them fixes a potential panic when bridging is used and you run out of mbufs (though i have no idea if the bug has ever hit anyone).
* Minor grammar nit.ben2001-01-161-1/+1
| | | | | PR: 23742 Submitted by: Rich Morin <rdm@cfcl.com>
* SIGABRT is *not* the same as calling abort(), so don't claim that it is.ben2001-01-161-2/+2
| | | | | | | (abort() flushes all open stdio streams for one thing.) PR: 24249 Submitted by: Edwin Groothuis <mavetju@chello.nl>
* Ooops, the -M and -N flags were already documented, though not very clearly.ben2001-01-161-10/+0
| | | | | | Remove the old description in favour of the new description which lists the -M and -N flags along with all the other flags. This is consistent with the manual pages for ps, netstat, iostat, etc.
* document -M and -N flags.ben2001-01-161-0/+7
| | | | | PR: 24323 Submitted by: Jesse Monroy <opentrax@email.com>
* The bit about sigpending not detecting any errors is a lie, it can returnben2001-01-161-2/+7
| | | | | | | EFAULT. PR: 24360 Submitted by: Kenneth Ingham <ingham@i-pi.com>
* FreeBSD doesn't run named in a sandbox by default, so change a comment so itben2001-01-161-1/+1
| | | | doesn't imply we do.
* Deprecate the use of the CD_DRIVE, CDPLAY, DISC and MUSIC_CD environmentjoe2001-01-162-12/+20
| | | | | | variables in favour of CDROM. Discussed on: stable@FreeBSD.org
* Add a sysvipc_enable variable that causes the SysV IPC modules to be loaded.des2001-01-162-0/+11
| | | | Reviewed by: dougb
* man(7) -> mdoc(7).ru2001-01-162-20/+31
|
* man(7) -> mdoc(7).ru2001-01-161-165/+135
|
* Add tags quirk for IBM DNES drives.mjacob2001-01-161-0/+11
| | | | | PR: 21139 Obtained from: campt@miralink.com
* man(7) -> mdoc(7).ru2001-01-161-140/+173
|
* man(7) -> mdoc(7).ru2001-01-162-97/+106
|
OpenPOWER on IntegriCloud