summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add bg_BG.CP1251ache2001-11-056-1/+131
| | | | | PR: 25472 Submitted by: Peter Pentchev <roam@ringlet.net>
* Add bg_BG.CP1251ache2001-11-054-1/+76
| | | | | PR: 25472 Submitted by: Peter Pentchev <roam@ringlet.net>
* Add bg_BG.CP1251ache2001-11-053-1/+300
| | | | | PR: 25472 Submitted by: Peter Pentchev <roam@ringlet.net>
* Add bg_BG.CP1251ache2001-11-052-0/+6
| | | | | PR: 25472 Submitted by: Peter Pentchev <roam@ringlet.net>
* Don't pass os_boot_rendez directly to SAL_SET_VECTORS, because it'smarcel2001-11-051-1/+2
| | | | | | actually the address of the function descriptor. The fdesc has both the address of the function and it's corresponding gp value. Now that we have a gp value, use it instead of passing 0.
* Clean up the trap handling code and make it consistent with the other platforms.mp2001-11-057-613/+895
| | | | Submitted by: jhb
* Add enable_fpu/save_fpu for handling the floating point registers in the PCB.mp2001-11-056-0/+235
| | | | Obtained from: NetBSD
* Document ENETDOWN.dd2001-11-051-0/+2
| | | | | PR: 31436 Submitted by: Milon Papezik <milon.papezik@oskarmobil.cz>
* Catch up to proc->thread changes.dd2001-11-051-4/+4
| | | | | PR: 31428 Submitted by: Chad David <davidc@acns.ab.ca>
* malloc and calloc do not free memory.dd2001-11-051-2/+3
| | | | | PR: 31365 Submitted by: SUZUKI Koichi <koich@cac.co.jp>
* New release notes: pmc driver, new loader tunables, ipfw(8) limit.bmah2001-11-052-2/+32
| | | | Updated release note: bridge(4) and dummynet(4) are loadable modules.
* Note MFC of vmiodirenable=1.dd2001-11-052-2/+2
|
* New release notes: gawk 3.1.0bmah2001-11-042-10/+20
| | | | | | | Updated release notes: ACPI update and APM compatability, binutils update. Deleted release notes: awk from Bell Labs.
* Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flagsdillon2001-11-042-2/+2
|
* Add more ata(4) controllers supported.bmah2001-11-042-6/+6
|
* Nuke spaces in front of tabs.dd2001-11-041-1/+1
|
* sync the code with the one in stable (mostly formatting changes).luigi2001-11-041-26/+27
|
* Fix compilation with -DDEBUG.dd2001-11-041-1/+1
| | | | | PR: 31536 Submitted by: Alan Batie <alan@agora.rdrop.com>
* Mark up NULL in .Dv.dd2001-11-043-3/+9
| | | | | PR: 31747 Submitted by: <andrew@ugh.net.au>
* Refer people looking to figure out what major to use for a device todd2001-11-041-9/+3
| | | | | | | | MAKEDEV and sys/conf/majors, not sys/conf/device.<arch>, which has never existed in the history of FreeBSD (well, at least it isn't in the repository). PR: 31558
* Move machine link creation from genassym to kernel-depend, per nyan@imp2001-11-042-4/+4
|
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-0411-266/+346
| | | | into stable (mostly , but not only, formatting and comments changes).
* Make cmp work by mmapping chunks of a file, rather than the wholedwmalone2001-11-041-14/+52
| | | | | | | | file at one time. PR: 24732 Submitted by: Andrew L. Neporada <andr@dgap.mipt.ru> MFC after: 2 weeks
* Make strtod.c work on Alpha as well. strtod.c has got locale support,peter2001-11-041-11/+8
| | | | | | the netbsd_strtod.c file we have does not. More still should be done here, but this works happily on my Alpha. I have not (yet?) changed the Makefile.inc to use this.
* Make top exit if its tty vanishes.dwmalone2001-11-041-2/+8
| | | | | | | PR: 30939, 30581 Submitted by: Edwin Groothuis <edwin@mavetju.org> Submitted by: Andrew L. Neporada <andr@dgap.mipt.ru> MFC after: 2 weeks
* Move the include before the extra rules so make all the default.imp2001-11-041-2/+2
| | | | Reported by: peter
* Fix "echo > /dev/null" for non-root users which broke in previous commit.phk2001-11-041-5/+7
|
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountdillon2001-11-047-0/+14
| | | | | | | | structure changes now rather then piecemeal later on. mnt_nvnodelist currently holds all the vnodes under the mount point. This will eventually be split into a 'dirty' and 'clean' list. This way we only break kld's once rather then twice. nvnodelist will eventually turn into the dirty list and should remain compatible with the klds.
* Forced commit:peter2001-11-040-0/+0
| | | | | | | | | | Fix breakage in previous time_t related commit: quad_t is not a 'long long' - don't use that for casting for printf %lld (it is plain "long" on our 64 bit platforms). Also, These timestamps are relative to boot time, not 1970. We dont need to slow things down here with synthetic types on i386 since we have other wraparounds that occur *long* before 68 years of uptime.
* *** empty log message ***peter2001-11-041-3/+3
|
* Slightly closer to netbsd_strtod.c:peter2001-11-041-11/+12
| | | | | s/IEEE_8087/IEEE_LITTLE_ENDIAN/ s/IEEE_MC68k/IEEE_BIG_ENDIAN/
* Repocopy pc98 fdisk out of its hidden subdir. Reconnect it to the build.peter2001-11-046-2019/+5
|
* s/FREE/free/luigi2001-11-041-1/+1
|
* Remove unused variablesbrian2001-11-041-5/+2
|
* Don't call cdevsw_add().phk2001-11-041-1/+1
| | | | XXX: this driver lacks a proper _clone method.
* devsw_add() and cdevsw_remove() are no longer needed.phk2001-11-044-27/+0
|
* Disconnect sb.4.asmodai2001-11-042-83/+1
| | | | | This is a manual page left over from the old pcm/voxware driver era. Superceded by newpcm's sbc.4.
* We ditched controller a long while ago in favour of device.asmodai2001-11-041-1/+1
|
* Don't call cdevsw_add().phk2001-11-041-1/+0
|
* Don't call cdevsw_{add,remove}().phk2001-11-041-3/+0
|
* Don't call cdevsw_add().phk2001-11-042-21/+0
|
* Add Søren's email address.asmodai2001-11-041-1/+1
|
* Add myself.shige2001-11-041-0/+1
|
* Don't call cdevsw_add().phk2001-11-047-41/+0
|
* Don't call devsw_add().phk2001-11-041-4/+0
|
* Rename the top 7 bits if disk minors to spare bits, rather than type bits.phk2001-11-045-8/+8
|
* Don't call cdevsw_add().phk2001-11-048-30/+0
|
* Don't call cdevsw_add()phk2001-11-042-8/+0
|
* B_ERROR is BIO_ERROR on -current.phk2001-11-042-2/+2
| | | | Now it compiles, I don't know if it works.
* Call to cdevsw_add() no longer needed.phk2001-11-043-3/+0
|
OpenPOWER on IntegriCloud