christos
0bf6fd0c59
decouple us from stdio's BUFSIZ and boost BUFSIZE to 4K
2000-05-31 22:48:44 +00:00
gmcgarry
59d8ecda45
xntpd -> ntpd
2000-05-31 22:26:58 +00:00
matt
3586ef00b3
make snap_md_post do the right thing.
2000-05-31 21:51:27 +00:00
matt
ce0c35cb45
Make the two installation directories mentioned in INSTALL.*
2000-05-31 21:09:48 +00:00
matt
5d41eae943
Need <bsd.own.mk> to get BSDSRCDIR
2000-05-31 20:28:27 +00:00
jdc
4a3a422fde
Handle xterm's alternate screen when entering or leaving ex mode, e.g.
...
":!ls", so that the screen is not changed before the "Press any key"
message. Taken from v1.79.
2000-05-31 19:49:23 +00:00
cgd
a6921e9cfe
in foo_softc example, actual struct device, not a pointer to one
2000-05-31 19:39:21 +00:00
thorpej
370a47ecac
Add a few systypes.
2000-05-31 18:29:17 +00:00
matt
934311a24b
Update instfs to current ramdisk size.
2000-05-31 17:39:55 +00:00
matt
168343c32d
Make the ramdisk space the same as the ramdisk size being built in distrib
2000-05-31 17:35:59 +00:00
matt
559fadb14a
To pick up KERNOBJDIR, we need to include bsd.own.mk before the loop.
2000-05-31 17:14:01 +00:00
perry
e646bf24a7
Add sample-filter.cf
2000-05-31 17:02:55 +00:00
uch
53c8f0ac37
if defined PCIBIOS_ADDR_FIXUP, use more safety extent.
2000-05-31 16:39:56 +00:00
uch
a99c8407ab
don't destroy PCI bus space extent for rbus_machdep.c
2000-05-31 16:38:55 +00:00
mycroft
d6f10e4b63
Use the frame pointer that matches the PC for the `trace/t' and panic (i.e.
...
have_addr==TRUE) cases.
2000-05-31 16:24:24 +00:00
augustss
7173e7efaf
Add a comment.
2000-05-31 16:16:49 +00:00
augustss
ca8d562f6e
Be more careful when setting the alternate interface.
2000-05-31 16:15:49 +00:00
augustss
18cd73168e
Be more careful when setting the alternate interface so we don't end up with
...
nothing set at all if it fails.
2000-05-31 16:14:42 +00:00
augustss
6731216c72
Rename a define.
2000-05-31 16:13:31 +00:00
augustss
cedf73b36a
Regen.
2000-05-31 16:12:29 +00:00
augustss
b9406eb3e2
Add a Chuntex hub.
2000-05-31 16:12:08 +00:00
itojun
a7c4c34f96
refer PR 10100 for /etc/sendmail.cf check
2000-05-31 16:00:36 +00:00
fredb
1a725dd534
Build and install the release notes.
2000-05-31 15:45:55 +00:00
pk
b74050d677
Allow a pool's pagesz to larger than the VM page size.
...
Enforce the required page alignment restriction in pool_prime_page().
2000-05-31 15:29:42 +00:00
pk
bd447b03c0
Document pool_init(9) and generally Sync with Reality.
2000-05-31 15:27:33 +00:00
perry
4fd5f44605
import patchlevel 8. bugfixes, plus adds the ability to filter on
...
regular expressions applied to message bodies.
2000-05-31 15:18:05 +00:00
pk
b60b3fb997
Assert that the pool item size does not exceed the page size.
2000-05-31 15:03:54 +00:00
he
d32a31d48c
Build boot media and release notes under "snap_md_post", to complete
...
the "make release". Largely copied from the i386 port, and adapted.
2000-05-31 14:33:11 +00:00
he
e486b03d73
Add handling of "make release".
2000-05-31 14:31:23 +00:00
nonaka
0e18211390
Fix maxpartitions, pointed out by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>
2000-05-31 14:28:26 +00:00
lukem
413a4004df
Add support for 'ftp -u url file ...', to upload a list of files to given url.
...
Mostly based on [bin/10019] by Scott Aaron Bamford <sab@ansic.net>
2000-05-31 14:23:57 +00:00
fvdl
bb159432ef
Add a -I flag which, combined with -e, gives the user the opportunity
...
to edit and create a new label on a virgin disk.
2000-05-31 14:13:48 +00:00
leo
4b3b8618df
Fix some bugs in clkread(). These bugs caused strange time leaps.
2000-05-31 12:27:30 +00:00
pk
08d1e4928a
Initialize `ci_self' on all CPUs.
...
Check `cpuinfo' pointers in mp_pause_cpus() & mp_resume_cpus()
2000-05-31 12:26:15 +00:00
pk
504ed6e58b
Move switchexit() declaration in here.
2000-05-31 12:05:04 +00:00
pk
0985cc7d7e
Remove obsolete function declarations.
...
Move switchexit() to cpu.h
2000-05-31 12:04:29 +00:00
pk
fca92e02ab
Fix a couple of typos.
2000-05-31 11:23:21 +00:00
fvdl
c0f99cc74a
Initialize xs_status to 0 after allocating a scsipi_xfer struct. Makes life
...
easier for driver debugging.
2000-05-31 11:14:25 +00:00
lukem
04b8305c9e
Fix examples on using pipes in local filenames. AFAICT, ftp has always
...
required `dir . |more' not as `dir |more' treats `|more' as the remote
filename. Resolves [bin/9922] by Geoff Wing <mason@primenet.com.au>
2000-05-31 10:25:15 +00:00
augustss
d86618eb5a
Implement the scsipi_getgeom method and guess the geometry of floppies
...
based on the number of sectors.
2000-05-31 09:17:13 +00:00
augustss
72684ce3ec
Add a method, scsipi_getgeom, to the adapter struct. If this method is
...
present it will be used to get the drive geometry if the MODE SENSE fails.
2000-05-31 09:15:48 +00:00
enami
48f28a68be
There is no formatted man pages under man9.
2000-05-31 08:02:45 +00:00
enami
dc0efa126e
Just remove the first word so that rcmd.c compiles even if the command line
...
contains same substrings with the name of compiler.
2000-05-31 07:34:45 +00:00
enami
52a5cc1c5e
Make this file compile with DIAGNOSTIC.
2000-05-31 06:18:03 +00:00
blymn
8500b4e751
Make emitting the full termcap entry an option otherwise csh breaks.
2000-05-31 05:50:05 +00:00
thorpej
8d5520dccf
- In the MULTIPROCESSOR case, initialize p_cpu before a process is
...
marked SONPROC.
- Fix a bug where all cpu_info structures except for the boot CPUs
would exist at both a CPU-local VA (CPUINFO_VA) and a gloal VA;
The boot CPU's existed only a CPUINFO_VA.
- Add a self-reference pointer to the cpu_info that references the
global address in the MULTIPROCESSOR case. Just allow it to reference
the `local' VA in the single-processor case, as CPUINFO_VA is global
enough when there's only one processor to care about. Change curcpu()
to return the global address.
2000-05-31 05:28:26 +00:00
thorpej
0d866249d4
- In the MULTIPROCESSOR case, initialize p_cpu before a process is
...
marked SONPROC.
- Always make curproc, fpcurproc, astpending, and want_resched per-CPU
variables in struct cpu_info. Restructure code accordingly, and trim
a few instructions from a few spots in various places in locore.
2000-05-31 05:14:26 +00:00
thorpej
858becb7c2
In the MULTIPROCESSOR case, initialize p_cpu before a process is
...
marked SONPROC.
2000-05-31 05:10:54 +00:00
thorpej
8c2d00aaeb
Add a comment about needing to initialize p_cpu when multiple
...
processors are supported.
2000-05-31 05:09:14 +00:00
matt
dcdb0fd9c8
size_t != int on alpha.
2000-05-31 05:08:55 +00:00