êw99933 67 129 211 112 229 169 126 213 137 169 637 351 464 500 848 160 141 121 315 129 144 114 415 124 158 171 148 177 176 187 118 150 179 206 130 111 113 113 113 164 177 153 104 121 116 172 147 879 102 218 113 108 102 139 139 139 139 164 120 128 338 164 159 180 265 159 153 139 K 10 svn:author V 8 jmallett K 8 svn:date V 27 2002-07-13T22:47:40.000000Z K 7 svn:log V 32 Typo fixo: imbedded => embedded END K 10 svn:author V 3 alc K 8 svn:date V 27 2002-07-13T23:55:30.000000Z K 7 svn:log V 118 o Lock page queue accesses by vm_page_unmanage(). o Assert that the page queues lock is held in vm_page_unmanage(). END K 10 svn:author V 4 jake K 8 svn:date V 27 2002-07-14T00:01:16.000000Z K 7 svn:log V 19 Remove debug code. END K 10 svn:author V 4 jake K 8 svn:date V 27 2002-07-14T00:08:58.000000Z K 7 svn:log V 135 Try both upa-portid and portid properties when finding the module id of a secondary cpu. Its called portid on UltraSPARCIII machines. END K 10 svn:author V 6 julian K 8 svn:date V 27 2002-07-14T01:36:48.000000Z K 7 svn:log V 74 oops, state cannot be two different values at once.. use || instead of && END K 10 svn:author V 8 jmallett K 8 svn:date V 27 2002-07-14T02:00:45.000000Z K 7 svn:log V 29 Remove prototype for main(). END K 10 svn:author V 8 jmallett K 8 svn:date V 27 2002-07-14T02:03:23.000000Z K 7 svn:log V 115 Functions declared as () should be declared as () in ANSI C. END K 10 svn:author V 8 keramida K 8 svn:date V 27 2002-07-14T02:25:21.000000Z K 7 svn:log V 40 Typo: do do -> to do. Reviewed by: imp END K 10 svn:author V 8 jmallett K 8 svn:date V 27 2002-07-14T02:34:37.000000Z K 7 svn:log V 72 Add a default case to the getopt(3) switch, remove a blank line nearby. END K 10 svn:author V 6 julian K 8 svn:date V 27 2002-07-14T03:43:33.000000Z K 7 svn:log V 541 Thinking about it I came to the conclusion that the KSE states were incorrectly formulated. The correct states should be: IDLE: On the idle KSE list for that KSEG RUNQ: Linked onto the system run queue. THREAD: Attached to a thread and slaved to whatever state the thread is in. This means that most places where we were adjusting kse state can go away as it is just moving around because the thread is.. The only places we need to adjust the KSE state is in transition to and from the idle and run queues. Reviewed by: jhb@freebsd.org END K 10 svn:author V 3 imp K 8 svn:date V 27 2002-07-14T06:47:52.000000Z K 7 svn:log V 258 Rearrange previous commit that passed the vendor id to the kernel in a way that's binary compatible for -stable. While binary compatibility doesn't matter much in -current, it is critical for -stable. This change requires pccardd/pccardc to be recompiled. END K 10 svn:author V 3 imp K 8 svn:date V 27 2002-07-14T07:56:01.000000Z K 7 svn:log V 371 MFS: Don't set the PCPWRE bit of the POWER on boot. This keeps us from giving a bad Vcc instruction to the bridge, which causes an interrupt, which caused the hang. This should help Sony VAIO and Toshiba laptop (ToPIC based ones) hangs on boot/first card use. This will allow more laptop users to install from the cdrom w/o needing silly workarounds. Approved by: re END K 10 svn:author V 6 julian K 8 svn:date V 27 2002-07-14T08:29:15.000000Z K 7 svn:log V 404 part of a greater patch set.. 1/ don't need to set td_state to TDS_RUNNING in fork_return. it's already set in choosethread(). 2/ Set a child process state to "normal" as opposed to "new" when we allow it to be put on the run queue. Allows child to receive signals from the parent if the parent runs first and tries to immediatly signal he child. Submitted by: (part 2) Thomas Moestl END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-07-14T09:07:13.000000Z K 7 svn:log V 753 Enable building of picobsd using CURRENT sources again. Following a suggestion by Ruslan, the initial creation of the includes and libraries (and build tools) is now done by invoking "make buildworld" (with -DPICOBSD which eventually will limit the amount of stuff built with a 2-line change in Makefile.inc1). The correct environment is then used for subsequent builds. Also remove write_mfs_in_kernel.c in favour of using dd All the above is conditional on __FreeBSD_version, as the previous method still worked for versions earlier than 500035, and I am unsure on how the "new" method works for earlier versions. Finally, note that the crunch.conf files need some work because some libraries (e.g. gmd) have gone away from the base installation. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-07-14T09:08:51.000000Z K 7 svn:log V 66 MFC 1.26: fix (cross) building of picobsd using -CURRENT sources. END K 10 svn:author V 4 kato K 8 svn:date V 27 2002-07-14T09:33:26.000000Z K 7 svn:log V 48 MFi386: sys/i386/i386/machdep.c revision 1.522. END K 10 svn:author V 3 des K 8 svn:date V 27 2002-07-14T09:53:54.000000Z K 7 svn:log V 29 MFC: use realhostname_sa(3). END K 10 svn:author V 6 jesper K 8 svn:date V 27 2002-07-14T11:55:00.000000Z K 7 svn:log V 219 MFC rev 1.134 Extend the effect of the sysctl net.inet.tcp.icmp_may_rst so that, if we recieve a ICMP "time to live exceeded in transit", (type 11, code 0) for a TCP connection on SYN-SENT state, close the connection. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-07-14T12:07:06.000000Z K 7 svn:log V 35 Replace a logverbose call with log END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-07-14T12:08:48.000000Z K 7 svn:log V 50 MFC: replace one instance of logverbose with log. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-07-14T12:09:33.000000Z K 7 svn:log V 20 Not needed anymore. END K 10 svn:author V 3 tmm K 8 svn:date V 27 2002-07-14T12:09:48.000000Z K 7 svn:log V 322 Miscellaneous fixes: - always reinitialize the rx descriptors, even if the mbuf is kept. This should fix the hangs on ifconfig that were observed - on an rx overflow, reinitialize the descriptor so that the interface will not hang - correct some bus_dmamap_sync() calls - correct some debug messages - some minor nits END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-07-14T12:10:06.000000Z K 7 svn:log V 30 MFC: file not needed anymore. END K 10 svn:author V 6 jedgar K 8 svn:date V 27 2002-07-14T12:19:50.000000Z K 7 svn:log V 63 Fix potential dns map buffer overflow. Submitted by: gshapiro END K 10 svn:author V 3 sos K 8 svn:date V 27 2002-07-14T12:35:28.000000Z K 7 svn:log V 79 Fix the hang on atprq problem. Submitted by: Ian Dowse END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-07-14T13:04:15.000000Z K 7 svn:log V 52 Correct _PATH_RCP to be /bin/rcp, not /usr/bin/rcp. END K 10 svn:author V 3 des K 8 svn:date V 27 2002-07-14T13:12:04.000000Z K 7 svn:log V 85 Don't terminate the string outside its allocated space, and look out for truncation. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-07-14T13:15:59.000000Z K 7 svn:log V 80 MFC: add some more commonly-used directories and files (rev.1.15 and rev.1.17). END K 10 svn:author V 4 ache K 8 svn:date V 27 2002-07-14T13:17:12.000000Z K 7 svn:log V 94 Fix pl_PL collating table PR: 39408 Submitted by: Michal Pasternak END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-07-14T13:19:48.000000Z K 7 svn:log V 22 MFC: GNU tar 1.13.25. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-07-14T13:25:51.000000Z K 7 svn:log V 54 MFS: make this file compilable with gcc 2.9x as well. END K 10 svn:author V 4 ache K 8 svn:date V 27 2002-07-14T13:29:27.000000Z K 7 svn:log V 86 More Russian holidays PR: 39578 Submitted by: Sergey A. Osokin END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-07-14T14:08:43.000000Z K 7 svn:log V 111 Clear local screen when ^D is typed. Use setproctitle to remove arguments from 'ps' output. MFC after: 3 days END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-07-14T14:17:28.000000Z K 7 svn:log V 36 Add entry for the "screen" program. END K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-07-14T14:18:16.000000Z K 7 svn:log V 17 Add "tty" entry. END K 10 svn:author V 8 charnier K 8 svn:date V 27 2002-07-14T14:47:15.000000Z K 7 svn:log V 16 The .Nm utility END K 10 svn:author V 8 charnier K 8 svn:date V 27 2002-07-14T14:58:11.000000Z K 7 svn:log V 16 The .Nm utility END K 10 svn:author V 8 charnier K 8 svn:date V 27 2002-07-14T15:12:00.000000Z K 7 svn:log V 16 The .Nm utility END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2002-07-14T15:12:01.000000Z K 7 svn:log V 68 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. END K 10 svn:author V 3 tjr K 8 svn:date V 27 2002-07-14T15:16:00.000000Z K 7 svn:log V 85 MFC: SUSv3 exit status, remove line length limit, style changes. Revisions 1.8-1.13. END K 10 svn:author V 3 tjr K 8 svn:date V 27 2002-07-14T15:16:53.000000Z K 7 svn:log V 61 MFC: Add Examples and History sections (revisions 1.10-1.12) END K 10 svn:author V 8 charnier K 8 svn:date V 27 2002-07-14T15:19:46.000000Z K 7 svn:log V 8 The .Nm END K 10 svn:author V 8 charnier K 8 svn:date V 27 2002-07-14T15:21:28.000000Z K 7 svn:log V 24 The .Nm set of commands END K 10 svn:author V 8 charnier K 8 svn:date V 27 2002-07-14T15:22:49.000000Z K 7 svn:log V 19 The .Nm bootloader END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2002-07-14T15:28:01.000000Z K 7 svn:log V 75 Fix a typo. PR: 40523 Submitted by: Andrew Stevenson END K 10 svn:author V 3 ume K 8 svn:date V 27 2002-07-14T17:36:33.000000Z K 7 svn:log V 55 MFC 1.19: Don't explicit kill of the process' own pid. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-07-14T17:54:00.000000Z K 7 svn:log V 783 - TI-RPC is now the default again for code generation. - As before, inetd support support is turned of per default. Code for inetd can be made with -I. - Support for ``transport monitors'' and the NLSPROVIDER env variable is still there , even if their use is not clear in non TLI stream based systems like Free-/NetBSD. It can be activated with -P. - There are a few corrections in rpcgen.1 and usage function to conform to the code. Added and documented -P - I removed the #ifdefs checks for Free-/NetBSD since we are the only ones who use this code. MaxOS X may have the same limitations as we have, so this code will correctly build for them. - Generate correct cflags. Submitted by: mbr, Jean-Luc Richier PR: bin/29175, misc/27816 END K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-07-14T17:55:35.000000Z K 7 svn:log V 8 WARNS=2 END K 10 svn:author V 3 alc K 8 svn:date V 27 2002-07-14T17:58:35.000000Z K 7 svn:log V 125 In execve(), delay the acquisition of Giant until after kmem_alloc_wait(). (Operations on the exec_map don't require Giant.) END K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-07-14T18:16:06.000000Z K 7 svn:log V 18 WARNS=2, de-__P() END K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-07-14T18:21:07.000000Z K 7 svn:log V 13 WARNS=4, add END K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-07-14T18:23:22.000000Z K 7 svn:log V 8 WARNS=4 END K 10 svn:author V 3 alc K 8 svn:date V 27 2002-07-14T19:36:15.000000Z K 7 svn:log V 47 o Lock page queue accesses by vm_page_wire(). END K 10 svn:author V 3 alc K 8 svn:date V 27 2002-07-14T19:45:46.000000Z K 7 svn:log V 47 o Lock page queue accesses by vm_page_wire(). END K 10 svn:author V 3 alc K 8 svn:date V 27 2002-07-14T20:24:40.000000Z K 7 svn:log V 47 o Lock page queue accesses by vm_page_wire(). END K 10 svn:author V 3 alc K 8 svn:date V 27 2002-07-14T20:40:32.000000Z K 7 svn:log V 47 o Lock page queue accesses by vm_page_wire(). END K 10 svn:author V 8 keramida K 8 svn:date V 27 2002-07-14T21:38:40.000000Z K 7 svn:log V 67 MFC: 1.29: Refer to chmod(2) and sticky(8) for sticky bit details. END K 10 svn:author V 8 keramida K 8 svn:date V 27 2002-07-14T21:39:26.000000Z K 7 svn:log V 23 MFC: 1.20: mdoc fixes. END K 10 svn:author V 8 keramida K 8 svn:date V 27 2002-07-14T21:40:34.000000Z K 7 svn:log V 31 MFC: 1.32: various mdoc fixes. END K 10 svn:author V 8 keramida K 8 svn:date V 27 2002-07-14T21:41:26.000000Z K 7 svn:log V 240 Sync with CURRENT: 1.16: Markup nits. Use .Ar to indicate pid and signal_name arguments. 1.15: Add examples and diagnostics sections. 1.14: Correct history. V3 had a kill command. 1.12: mdoc police. Use the new features of the Nm macro. END K 10 svn:author V 8 keramida K 8 svn:date V 27 2002-07-14T21:42:14.000000Z K 7 svn:log V 67 MFC: 1.17: Use `.Ar mode' for referring to the -m option argument. END K 10 svn:author V 6 kbyanc K 8 svn:date V 27 2002-07-14T21:58:19.000000Z K 7 svn:log V 64 Add some additional 802.11 media definitions. Reviewed by: imp END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2002-07-14T22:50:12.000000Z K 7 svn:log V 83 Fix a typo. PR: 40539 Submitted by: Munish Chopra END K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-07-14T23:14:02.000000Z K 7 svn:log V 169 Silence several warnings due to functions that needed to take a void * having a char * as an argument instead. clnt_dg_control(), clnt_raw_control(), clnt_vc_control(). END K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-07-14T23:14:08.000000Z K 7 svn:log V 64 Add a prototype for __rpcb_findaddr_timed to silence a warning. END K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-07-14T23:20:08.000000Z K 7 svn:log V 58 Cast function args to silence warning. Submitted by: mbr END K 10 svn:author V 3 alc K 8 svn:date V 27 2002-07-14T23:23:47.000000Z K 7 svn:log V 47 o Lock page queue accesses by vm_page_wire(). END