sort by:
Revision Author Date Message Commit Date
03fbe5c MFC: this file isn't used. 27 August 2000, 03:57:50 UTC
0d469b8 MFC: rev 1.21: allow PCI irqs to be shared like before. Submitted by: Jonathan Chen <jon@spock.org> 26 August 2000, 22:21:21 UTC
35b676f MFC: Add UNIX domain socket feature to pccardd. This makes pccard related PAO3/ports such as gxcardmon work. 26 August 2000, 15:49:48 UTC
e315d17 MFC: rev 1.11 Fix systat to use the kern.ipc.mbtypes sysctl instead of referencing a structure member that doesn't exist anymore. Use getsysctlbyname for kern.ipc.mbstat instead of sysctl. Use netstat's method of displaying values from mtnames. 26 August 2000, 09:36:55 UTC
2b81eab MFC: rev 1.70 sysctl which hides all process except those that belong to the user asking for the process list. 26 August 2000, 05:14:20 UTC
235bde1 In updating a machine from 3.5.1 CDROM to -stable, I found that ldconfig is always needed, so go ahead and just include it in the upgrade instructions. People will always hit this and there's no need to have an IF statement that always evaluates to true. 26 August 2000, 05:05:18 UTC
e37fa2d MFC: add option BROKEN_KEYBOARD_RESET to opt_reset.h. PR: conf/20806 26 August 2000, 04:19:26 UTC
b157b4f MFC: rev 1.56: splimp() protect a tsleep/wakeup race for mbuf frees from interrupt context (eg: network card drivers) 25 August 2000, 23:23:32 UTC
82c5ea0 MFC: kern/uipc_mbuf.c v1.53, sys/mbuf.h v1.52, netstat/mbuf.c v1.18 Make mbstat.m_mtypes seperate and viewable via sysctl. Expand the type from u_short to u_long to stop 64K wraparounds, especially on mbtypes[MT_FREE]. Also, the MT_FREE counter was never incremented on creation of new mbufs, so the freelist count was wrong. PR: kern/19809 Submitted by: Ian Dowse <iedowse@maths.tcd.ie> MFC forgotten by: albert 25 August 2000, 23:18:52 UTC
3ffa687 MFC: First appeared in 4.2 25 August 2000, 22:22:36 UTC
8b783f3 MFC: - Check FTP_PASSIVE_MODE for the value "NO" (implying active mode) instead of just checking whether it is defined - Remove bogus "PASV toggle" behavior from ftpPassive() - Clarify the relationship between FTP_PASSIVE_MODE and ftpPassive() in the man page 25 August 2000, 19:28:18 UTC
8b65c9a MFC: Merge support for the NatSemi DP83815 into stable. 25 August 2000, 19:09:43 UTC
7ba91b0 MFC: Makefile 1.5 -> 1.6 pkg_version.1 1.5 -> 1.6 pkg_version.pl 1.5 -> 1.6 Reflect change in pkg_version MAINTAINER. 25 August 2000, 19:00:50 UTC
7193a12 MFC: Correct variable spelling 25 August 2000, 18:52:36 UTC
6416359 Fix the lba calculation, too much -current'ness crept in, sorry... 25 August 2000, 18:38:52 UTC
c30edcd Add BSD.x11-4.dist to RELENG_4. 25 August 2000, 10:08:20 UTC
7b6c7d1 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. 25 August 2000, 10:07:23 UTC
c64616a MFC: sync with main 25 August 2000, 08:57:45 UTC
a669d13 MFC: minimize cons25r vs cons25 differences 25 August 2000, 08:37:56 UTC
b7ff813 Merge evp.h problem fixes. Prompted by: dirk 25 August 2000, 03:58:59 UTC
e98eec0 Remove manual installation of modules. installkernel does that. 24 August 2000, 18:46:51 UTC
d25064f MFC: understand /etc/finger.conf 24 August 2000, 18:18:26 UTC
7ee0295 MFC: - Properly adjust partitions to start on head boundaries and end on cylinder boundaries. - Add sanitize_partition() function. 24 August 2000, 17:56:21 UTC
e07afe9 MFC: rev 1.28 and 1.29. - Fix GENERIC_MOUSE_ENTRY. - Add spltty() and splx(). 24 August 2000, 08:50:38 UTC
8102757 MFC: Fixed freeing wrong address (rev. 1.13). 24 August 2000, 08:06:08 UTC
03c9b47 MFC: merge in the support for 1000baseT Tigon cards from -current. This also updates the firmware to 12.4.11+wpaul_hacks. 24 August 2000, 00:07:59 UTC
b35f8cd [MFC] Various cleanups all around. Document AS1000[A]/800 serial/graphics console selection. 23 August 2000, 19:28:59 UTC
81e01ee MFC: Save any binaries we use by installworld, so that we won't use the binaries we just installed. This allows a future upgrade target to install a new system without intermediate reboots and also prevents conflicts for parallel make runs where we might exec a binary that's being installed at the same time. Note that 4-stable requires miniperl to be saved as an install tool unlike -current. 23 August 2000, 19:27:30 UTC
089a8e3 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. 23 August 2000, 11:54:11 UTC
7630223 MFC rev 1.55: matcdc -> matcd 23 August 2000, 09:44:20 UTC
9663b74 MFC: Install mode 644, not mode 664 during kernel compile. 23 August 2000, 09:00:15 UTC
9178ae3 MFC: Don't extract these files as mode 664 during build, use mode 644 instead. 23 August 2000, 08:58:56 UTC
0b501c3 MFC: Don't extract these files as mode 666 during build, use mode 644 instead. 23 August 2000, 08:58:01 UTC
cbb5586 MFC: Return an error instead of overflowing the buffer in the case of a long $HOME in ruserpass() 23 August 2000, 08:54:22 UTC
c605720 MFC: sprintf() -> snprintf() paranoia. 23 August 2000, 08:53:44 UTC
812a6f6 MFC: Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX. 23 August 2000, 08:53:00 UTC
cb0254c MFC: Prevent buffer overflows. 23 August 2000, 08:52:31 UTC
d1bfe34 MFC: Cleanup of TMPDIR code. 23 August 2000, 08:51:46 UTC
96a0db1 MFC: Change use of perror() to warn() 23 August 2000, 08:51:25 UTC
10ea1f3 MFC: Don't segv when trying to add a 0-length unit name. Some string-related cleanups inspired by OpenBSD. 23 August 2000, 08:50:19 UTC
174caf4 MFC: Don't coredump on long input lines. 23 August 2000, 08:49:49 UTC
8b9642d MFC: errx() and warnx() format string paranoia 23 August 2000, 08:48:36 UTC
3d9c022 MFC: Make sem_post() safe for use within signal handlers. 23 August 2000, 08:11:13 UTC
f5a0c01 MFC: - Fix various compliance bugs, mostly having to do with error return values. - Implement pthread_mutexattr_gettype(). 23 August 2000, 03:22:31 UTC
0c15c54 MFC: Add wrapper for kevent() syscall Approved by: jlemon (in concept) 23 August 2000, 02:48:48 UTC
8e44ffc MFC: - Fix bug with timeout - Change code to avoid calling tsleep if we have no intention of sleeping. - Bring in bugfix from sys_select.c, r1.60 which also applies here. - Modify error handling slightly 23 August 2000, 02:41:41 UTC
7bb469b MFC: Change _thread_kern_set_timeout() to use a const argument. 23 August 2000, 02:20:29 UTC
ba998f5 MFC: pthread_once --> pthread_once_t. 23 August 2000, 01:29:38 UTC
54b6452 MFC: - Fix subject/verb agreement - Add a missing comma 23 August 2000, 00:57:40 UTC
518c013 MFC: Remove blank line. 23 August 2000, 00:56:03 UTC
32b3585 MFC: - Remove a superfluous `.Pp'. - Add a note about the behavior of sendfile() in the threaded library. 23 August 2000, 00:55:15 UTC
bb0a1a4 MFC: Fix typo. Use `.Fa' to denote a function argument. 23 August 2000, 00:52:37 UTC
02ff165 MFC: Properly separate paragraphs by using \`.Pp' instead of a blank line. 23 August 2000, 00:50:48 UTC
6bc6f3b MFC: Replace an erroneous \`.Va error' with \`.Va errno'. 23 August 2000, 00:48:01 UTC
4728354 MFC: Replace .Va, .Ar and .Nm with .Fa or .Va where necessary. 23 August 2000, 00:45:19 UTC
61bd32d MFC: - Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples: ``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd'' - Replace ``FreeBSD 4.0'' with ``.Fx 4.0'' and remove a useless empty line at the end of the file. - Replace a `manual(section)' reference with a proper .Xr statement. 23 August 2000, 00:27:47 UTC
affe04c MFC: Content-free commit: only remove trailing whitespace 23 August 2000, 00:24:37 UTC
5cfa600 MFC: - Replace .Va references to function arguments to .Fa references. - The accept() function is a call, not an argument. Also, add: serial comma, missing-hyphen, and a word-erase character. 23 August 2000, 00:24:05 UTC
a7cb38a MFC: Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation. 23 August 2000, 00:19:15 UTC
0cd5576 MFC: - Add a missing THREAD_UNLOCK() - Remove allocation failure check from 'A' option, the 'X' option does this as a standalone check now. 23 August 2000, 00:12:17 UTC
70060ad MFC: - Correct string length bounds checking. - Calculate the string length of a u_long at compile-time, instead of using a hardcoded value. - Add FreeBSD id tag. 23 August 2000, 00:05:29 UTC
1408a83 MFC: Don't overflow the internal buffer in clnt_sperror() 23 August 2000, 00:02:04 UTC
7e3d209 MFC: Prevent internal buffer overflow due to expansion of $LANG and/or name argument in catopen(). Approved by: kris 22 August 2000, 23:57:35 UTC
3cf4f26 Forced commit to document what the last revision actually does: MFC: Decrement the timeout being passed to poll() if poll was interrupted for some reason. This will prevent an infinite loop if (say) a sigalarm is being scheduled at a more frequent interval than the poll timeout. 22 August 2000, 21:54:46 UTC
171a550 The API change mentioned in the previous revision didn't actually make it into 4.x, so don't document it. Noticed by: brian, ume 22 August 2000, 21:53:24 UTC
16f1393 MFC: Document the API change to allocate rcmd{,_af}()'s *ahost argument using malloc() rather than pointing it at something that's free()d before the function returns. 22 August 2000, 19:21:08 UTC
b4953fc MFC: (rev. 1.8, 1.9) three new control messages, fix nit. 22 August 2000, 18:58:09 UTC
d593a63 MFC: take advantage of the new unsigned and hex integer types 22 August 2000, 18:52:16 UTC
8d3b87d MFC: three more control messages, better EN address parsing 22 August 2000, 18:49:46 UTC
45c667c MFC: - Add new control message NGM_VJC_GET_CONFIG - Implement control message ASCII'fication for all control messages 22 August 2000, 18:46:17 UTC
020b9a7 MFC: (rev. 1.4) unsigned statistics, new control message 22 August 2000, 18:44:59 UTC
eea51fb MFC: (rev. 1.9) new control message to atomically get and clear statistics 22 August 2000, 18:44:00 UTC
0dfe3f4 MFC: (rev. 1.15) increase the maximum allowable datagram length 22 August 2000, 18:42:57 UTC
fa5fd81 MFC: (rev. 1.8, 1.9) timing fixes, etc. 22 August 2000, 18:42:12 UTC
b9d4143 MFC: (rev. 1.3, 1.4) timing fixes, use unsigned parse types 22 August 2000, 18:41:13 UTC
c43d9e7 MFC: (rev. 1.3) "u_int32_t" should have been "int32_t". 22 August 2000, 18:39:08 UTC
4015a74 MFC: (rev. 1.5) unsigned and hex types, allocate buffer dynamically 22 August 2000, 18:37:42 UTC
169f10a MFC: (rev. 1.4) new unsigned and hex types, fix comment in example code 22 August 2000, 18:35:57 UTC
b828174 MFC: (rev. 1.23) use a bigger buffer for NGM_BINARY2ASCII conversion. 22 August 2000, 18:33:53 UTC
ea7074c MFC: implement SIOCSIFLLADDR ioctl() MFC: add support to the 'ether' address family to support setting of addresses MFC: show actual usage in man page and usage string 22 August 2000, 18:08:42 UTC
c2de09c MFC: implement SIOCSIFLLADDR ioctl(). 22 August 2000, 18:06:21 UTC
02ed0b1 Mention hardware watchpoint support in GDB. 22 August 2000, 12:41:13 UTC
7bcbe7a MFC (freebsd-nat.c 1.23, nm.h 1.10): hardware watchpoint support for GDB on the i386 architecture. Since the original implementation has been done on a FreeBSD 4.1 machine, and both files are identical to -current, i feel save to MFC it rather quickly. 22 August 2000, 12:28:19 UTC
9cea66d MFC: use consistent timezone in dates 22 August 2000, 09:43:55 UTC
21b3d6c MFC: Update with latest fixes from -current. ATA100 support. New improved probe. Multisector setup more restrictive ata-disk. New error recovery in ata-disk. Remove sequence checks in atapi-cd Brings -stable functionality up to and including following -current revisions: $FreeBSD: src/sys/dev/ata/ata-all.c,v 1.64 $FreeBSD: src/sys/dev/ata/ata-all.h,v 1.30 $FreeBSD: src/sys/dev/ata/ata-disk.c,v 1.74 $FreeBSD: src/sys/dev/ata/ata-disk.h,v 1.27 $FreeBSD: src/sys/dev/ata/ata-dma.c,v 1.42 $FreeBSD: src/sys/dev/ata/atapi-all.c,v 1.51 $FreeBSD: src/sys/dev/ata/atapi-all.h,v 1.28 $FreeBSD: src/sys/dev/ata/atapi-cd.c,v 1.63 $FreeBSD: src/sys/dev/ata/atapi-cd.h,v 1.19 $FreeBSD: src/sys/dev/ata/atapi-fd.c,v 1.51 $FreeBSD: src/sys/dev/ata/atapi-fd.h,v 1.11 $FreeBSD: src/sys/dev/ata/atapi-tape.c,v 1.44 $FreeBSD: src/sys/dev/ata/atapi-tape.h,v 1.12 22 August 2000, 08:41:29 UTC
e3ad3cb MFC: fp_except -> fp_except_t 22 August 2000, 02:44:19 UTC
b08d4d9 MFC: - Mention that getipnodeby* and get{addr,name}info are not thread-safe. (sync with kame) - s/.Os KAME/.Os/ 22 August 2000, 02:34:05 UTC
8ce0a16 MFC: - Mention that getipnodeby* and get{addr,name}info are not thread-safe. (sync with kame) - s/.Os KAME/.Os/ 22 August 2000, 02:28:21 UTC
f04429d MFC: Use _close() instead of close() in addrconfig() to keep it from becoming a potential cancellation point in libc_r. 22 August 2000, 02:25:51 UTC
4390704 MFC: - Describe valid argument domain for 8-bit wide locales to prevent common error calling ctype functions with signed char as an argument - Add reference to multibyte(3) - Remove unneeded comment. 22 August 2000, 02:18:43 UTC
a0f6f6e MFC: Reword test condition better. Previous variant was true for negative characters too. 22 August 2000, 02:08:27 UTC
341e5ba MFC: - Describe valid argument domain for 8-bit wide locales to prevent common error calling ctype functions with signed char as an argument - Add reference to multibyte(3) 22 August 2000, 02:05:57 UTC
8ec32bf MFC: Fix comment 22 August 2000, 01:54:39 UTC
d99c638 MFC: #include <string.h> for memcpy() prototype 22 August 2000, 01:52:50 UTC
c35e595 MFC: sprintf -> snprintf paranoia 22 August 2000, 01:51:37 UTC
07865d7 MFC: Add shm_open(3) and shm_unlink(3). 22 August 2000, 01:48:12 UTC
f515951 MFC: Implement POSIX.1b shared memory objects. 22 August 2000, 01:46:30 UTC
123e3e4 MFC: remove obsolete comment. 22 August 2000, 00:33:18 UTC
7e8aae1 MFC: Prevent TMPDIR overflow. 21 August 2000, 22:44:47 UTC
722f967 MFC: - Change hcreate to take a size_t rather than u_int - Remove private search.h - Add FreeBSD id tag. 21 August 2000, 22:11:03 UTC
back to top